[wp-trac] [WordPress Trac] #17171: TinyMCE malforms spacing when using links and nested lists

WordPress Trac wp-trac at lists.automattic.com
Mon Apr 18 22:58:37 UTC 2011


#17171: TinyMCE malforms spacing when using links and nested lists
--------------------------+-----------------------------
 Reporter:  Viper007Bond  |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  low           |  Milestone:  Awaiting Review
Component:  TinyMCE       |    Version:  3.1
 Severity:  minor         |   Keywords:
--------------------------+-----------------------------
 I wasn't really sure how to title this ticket and whether this is a core
 TinyMCE bug or is a WordPress implementation of it bug, so I'm just going
 to post it here and let someone more knowledgeable than me take care of
 it.

 Paste this completely valid HTML into HTML view:

 {{{
 <ol>
         <li>
                 <a href="#">foo</a> bar
                 <ul>
                         <li>Sub list item</li>
                 </ul>
         </li>
 </ol>
 }}}

 Switch to TinyMCE. Notice how there is no longer a space before "bar".
 This is verified by switching back to HTML view.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17171>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list