Opened 12 years ago
Closed 12 years ago
#24125 closed defect (bug) (duplicate)
Line breaks in table cells lost when switching from Visual > Text editor
Reported by: | ericlewis | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
Steps to Reproduce
- Create a new post
- Add this code in the Text editor to get a basic table with one cell
<table> <tbody> <tr> <td>Line 1</td> </tr> </tbody> </table>
- Switch to the Visual editor. Put the cursor after Line 1 in the cell. Press return. Enter something in Line 2 of the table cell
- Save post
- On Edit post refresh, click Text editor tab.
- The two lines will have been concatenated, and switching back to Visual editor now will show that the line break has been lost.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #20943.