[wp-trac] [WordPress Trac] #28108: Outdenting a list item fails to generate the correct structure until source view is visited.

WordPress Trac noreply at wordpress.org
Mon May 5 09:04:32 UTC 2014


#28108: Outdenting a list item fails to generate the correct structure until source
view is visited.
--------------------------+---------------------------------
 Reporter:  gallantfish   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  TinyMCE       |     Version:  3.9
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  ui, administration
--------------------------+---------------------------------

Comment (by SergeyBiryukov):

 Confirmed. In my testing, TinyMCE displays this:
 {{{
 <ul>
         <li>Item 1</li>
         <ul><li>Item 2</li></ul>
         <li>Item 3</li>
 </ul>
 }}}
 Instead of this:
 {{{
 <ul>
         <li>Item 1
                 <ul><li>Item 2</li></ul>
         </li>
         <li>Item 3</li>
 </ul>
 }}}
 The issue fixes itself after switching to Text tab and back.

 Could not reproduce on http://www.tinymce.com/tryit/basic.php.

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


More information about the wp-trac mailing list