[wp-trac] [WordPress Trac] #33184: Customizer: unnecessary events bound on some section titles

WordPress Trac noreply at wordpress.org
Mon Aug 10 17:40:48 UTC 2015


#33184: Customizer: unnecessary events bound on some section titles
------------------------------+----------------------------------------
 Reporter:  afercia           |       Owner:  helen
     Type:  defect (bug)      |      Status:  assigned
 Priority:  normal            |   Milestone:  4.3
Component:  Customize         |     Version:  trunk
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |     Focuses:  accessibility, javascript
------------------------------+----------------------------------------

Comment (by afercia):

 @adamsilverstein yes it would be great if it would remain pinned at the
 top :) Not 100% sure but I think this happens because on small screens
 `.customize-section-title` appears and it takes a 70px vertical space so
 while on large screens the `#available-menu-items-search.open` has a 100%
 height on small screens should be 100% - 70px instead. Alternate method
 (maybe): stretch its height using absolute positioning.
 Quickly tried using calc `height: calc( 100% - 70px );` would this work
 for you?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33184#comment:29>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list