[wp-trac] [WordPress Trac] #23817: Collapse menu button not working if browser size is 911px width

WordPress Trac noreply at wordpress.org
Tue Jul 9 21:51:03 UTC 2013


#23817: Collapse menu button not working if browser size is 911px width
----------------------------+---------------------
 Reporter:  alexvorn2       |       Owner:  azaozz
     Type:  defect (bug)    |      Status:  closed
 Priority:  normal          |   Milestone:  3.6
Component:  Administration  |     Version:
 Severity:  normal          |  Resolution:  fixed
 Keywords:  has-patch       |
----------------------------+---------------------

Comment (by kadamwhite):

 Can't comment on the issue where media queries fire without accounting for
 the scrollbar, but the class utility methods can take a space-separated
 list of class names, which may be cleaner: `body.removeClass('auto-
 fold').removeClass('folded');` could be simplified to `body.removeClass
 ('auto-fold folded')`

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


More information about the wp-trac mailing list