[wp-trac] [WordPress Trac] #23299: Definition List in Editor

WordPress Trac noreply at wordpress.org
Sun Jan 27 10:25:23 UTC 2013


#23299: Definition List in Editor
--------------------------+------------------
 Reporter:  gputignano    |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.6
Component:  Editor        |     Version:  2.2
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------
Changes (by ocean90):

 * keywords:   => has-patch
 * version:  3.5 => 2.2
 * severity:  major => normal
 * milestone:  Awaiting Review => 3.6


Comment:

 Input:

 {{{
 <dl>
 <dt>Foo</dt>
 <dd>Bar Foo Bar</dd>
 </dl>
 }}}

 Expected output:
 {{{
 <dl>
         <dt>Foo</dt>
         <dd>Bar Foo Bar</dd>
 </dl>
 }}}

 Actual output:
 {{{
 <dl><dt>Foo</dt><dd>Bar Foo Bar</dd></dl>
 }}}

 ---

 The expected output comes from the output of an (un)ordered list. So we
 should be able to do the same for definition lists.

 [attachment:23299.patch​] adds just the new line for each element. Seems
 like the tab indention is handled in TinyMCE; azaozz, help?

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


More information about the wp-trac mailing list