[wp-meta] [Making WordPress.org] #20: Possible for user's to break layout when adding forum posts

Making WordPress.org noreply at wordpress.org
Sat Feb 29 17:18:28 UTC 2020


#20: Possible for user's to break layout when adding forum posts
-------------------------------------+-----------------------------
 Reporter:  siobhyb                  |       Owner:  SergeyBiryukov
     Type:  defect                   |      Status:  reopened
 Priority:  normal                   |   Milestone:
Component:  Support Forums           |  Resolution:
 Keywords:  has-patch needs-testing  |
-------------------------------------+-----------------------------

Comment (by geminilabs):

 1. When I create an ordered list, only the first list element is ordered
 and the rest are unordered.


 {{{
 <ol>
   <li>Item 1</li>
   <li>Item 2</li>
   <li>Item 3</li>
 </ol>

 }}}

 Becomes:


 {{{
 <ol>
   <li>Item 1</li>
 </ol>
 <ul>
   <li>Item 2</li>
   <li>Item 3</li>
 </ul>
 }}}

 2. When I add an ordered list inside an unordered list item, it becomes
 unordered.


 {{{
 <ul>
   <li>Item 1
     <ol>
       <li>Sub Item 1</li>
       <li>Sub Item 2</li>
     </ol>
   </li>
   <li>Item 2</li>
   <li>Item 3</li>
 </ul>

 }}}

 Becomes:

 {{{
 <ul>
   <li>Item 1
     <ul>
       <li>Sub Item 1</li>
       <li>Sub Item 2</li>
     </ul>
   </li>
   <li>Item 2</li>
   <li>Item 3</li>
 </ul>

 }}}

 https://wordpress.slack.com/archives/C02QB8GMM/p1582996447108500

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/20#comment:22>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list