Opened 10 years ago
Closed 10 years ago
#12811 closed defect (fixed)
Cannot click out of table in Editor
Reported by: | billo1234 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Editor | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If a user creates a table in the Rich Text Editor (RTE) and the table is the only thing within the RTE a user cannot click out of the table to add any other text.
I was able to fix this appending a "<br/>" to the code that gets generated for the table.
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in the checkins as part of #12834. It now inserts a br after the table in table plugins.