[wp-trac] [WordPress Trac] #18534: Synchronize block tags between PHP and JS versions of wpautop()

WordPress Trac wp-trac at lists.automattic.com
Sun Aug 28 01:14:02 UTC 2011


#18534: Synchronize block tags between PHP and JS versions of wpautop()
----------------------------+-----------------------
 Reporter:  SergeyBiryukov  |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  3.3
Component:  Editor          |    Version:  3.3
 Severity:  normal          |   Keywords:  has-patch
----------------------------+-----------------------
 As reported by WraithKenny on [comment:ticket:11947:5 #11947]:

 > Try in HTML Tab:

 {{{
 <select>
         <option>Value</option>
         <option>Value</option>
         <option>Value</option>
         <option>Value</option>
         <option>Value</option>
 </select>
 }}}
 > Then switch to Visual and Back. The result is:
 {{{
 <select> <option>Value</option></select>
 <select> <option>Value</option></select>
 <select> <option>Value</option></select>
 <select> <option>Value</option></select>
 <select> <option>Value</option></select>
 }}}

 The patch synchronizes block tags between `formatting.php` and
 `editor.dev.js`, which fixes the issue.

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


More information about the wp-trac mailing list