[wp-trac] [WordPress Trac] #28217: select tag added to each new option line in select list

WordPress Trac noreply at wordpress.org
Mon May 12 12:04:14 UTC 2014


#28217: select tag added to each new option line in select list
--------------------------+-----------------------------
 Reporter:  John_W_B      |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  TinyMCE       |    Version:  3.9.1
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Steps to reproduce

 paste a
 select list into Text editor. Switch to Visual.

 each
 {{{
 <option>
 }}}
 line gets

 {{{
 <select>
 }}}
 tags automatically added, which breaks the form.

 The problem does not arise if the option tags are not separated by line
 breaks: the line breaks trigger the addition of unwanted select tags
 (without any wpautop plugin present). The problem did not arise on WP 3.8.


 Related issues #18534 #19630

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28217>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list