[wp-trac] [WordPress Trac] #19129: Unexpected behavior of the Categories meta box

WordPress Trac wp-trac at lists.automattic.com
Tue Nov 8 17:21:41 UTC 2011


#19129: Unexpected behavior of the Categories meta box
----------------------------+-----------------------
 Reporter:  linuxologos     |       Owner:  azaozz
     Type:  defect (bug)    |      Status:  assigned
 Priority:  high            |   Milestone:  3.3
Component:  Administration  |     Version:  3.3
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |
----------------------------+-----------------------

Comment (by duck_):

 Replying to [comment:14 azaozz]:
 > Was this fixed in another patch? Don't see it happening as of r.19215.

 I can still reproduce. Make sure that the categories meta box is in the
 right column, so it's output in #side-sortables, before switching to the
 one column layout. If it's already part of the main column it will not be
 targeted by the #side-sortables rule to change display to inline.

 postbox.dev.js does

 {{{
 $('#normal-sortables').before( $('#side-sortables') );
 }}}

 in 3.2 it would append the children of #side-sortables with class
 .postbox.

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


More information about the wp-trac mailing list