Opened 13 years ago
Closed 13 years ago
#24125 closed defect (bug) (duplicate)
Line breaks in table cells lost when switching from Visual > Text editor
| Reported by: | ericlewis | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 3.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #20943.