Opened 3 years ago
Closed 3 years ago
#58259 closed defect (bug) (duplicate)
Switching from HTML to Visual editor removes paragraphs after line breaks inside TABLES
| Reported by: | RustyBadRobot | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Formatting | Version: | |
| Severity: | normal | Keywords: | wpautop |
| Cc: | Focuses: |
Description (last modified by )
Empty paragraphs between line breaks inside a TABLE are removed when switching editor mode from HTML to Visual:
<table> <tbody> <tr> <td>Line 1 Line 2 Line 3 Line 4</td> </tr> </tbody> </table>
After switching between Text / Visual becomes:
<table> <tbody> <tr> <td>Line 1 Line 2 Line 3 Line 4</td> </tr> </tbody> </table>
Then after another switch becomes:
<table> <tbody> <tr> <td>Line 1 Line 2Line 3 Line 4</td> </tr> </tbody> </table>
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi and thanks for the report!
This is an old, known bug tracked in #20943. That ticket suggests a plugin to work around it.