[wp-trac] [WordPress Trac] #25602: RTE Editors Strips Out Attributes

WordPress Trac noreply at wordpress.org
Tue Oct 15 22:41:35 UTC 2013


#25602: RTE Editors Strips Out Attributes
--------------------------+----------------------
 Reporter:  cpoteet       |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Editor        |     Version:  trunk
 Severity:  minor         |  Resolution:  invalid
 Keywords:                |
--------------------------+----------------------
Changes (by SergeyBiryukov):

 * milestone:  Awaiting Review =>


Comment:

 This doesn't work for me in trunk when switching from Text to Visual mode
 and back:
 {{{
 <ol start="5">
         <li></li>
 </ol>
 }}}
 Looks like TinyMCE strips empty lists or list items. This, however, does
 work:
 {{{
 <ol start="5">
         <li>test</li>
 </ol>
 }}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25602#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list