[wp-trac] [WordPress Trac] #20943: Paragraphs get removed in table cells when Visual editor is refreshed

WordPress Trac noreply at wordpress.org
Tue May 6 07:25:50 UTC 2014


#20943: Paragraphs get removed in table cells when Visual editor is refreshed
-------------------------------------------------+-------------------------
 Reporter:  JboyJW                               |       Owner:
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Future
Component:  Formatting                           |  Release
 Severity:  major                                |     Version:  3.2
 Keywords:  needs-testing needs-unit-tests       |  Resolution:
  needs-patch wpautop                            |     Focuses:
-------------------------------------------------+-------------------------

Comment (by JakePT):

 Still occurs in 3.9 with TinyMCE 4.0.

 What's happening is that it will remove 1 paragraph break for every
 update. So if I had three lines:

 {{{
 <td>Line 1

 Line 2

 Line 3</td>
 }}}

 I press update and go to Text view, and it's become:

 {{{
 <td>Line 1Line 2

 Line 3</td>
 }}}

 And the last time:

 {{{
 <td>Line 1Line 2Line 3</td>
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/20943#comment:35>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list