[wp-trac] [WordPress Trac] #42212: Customize Themes: Unstick open filters
WordPress Trac
noreply at wordpress.org
Tue Oct 17 01:02:29 UTC 2017
#42212: Customize Themes: Unstick open filters
--------------------------+-------------------------------
Reporter: melchoyce | Owner: celloexpressions
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 4.9
Component: Customize | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: ui
--------------------------+-------------------------------
Comment (by rclations):
2 additions in the latest patch:
- fixes offset for filter drawer on large screens
- fixes unrelated issue w/ screens > 1670px wide, where the themes
container was overlapping the left sidebar.
- The left sidebar is set to 18%, with a min-width of 300px.
- The themes container was set to (100% - 300px), which breaks once you
reach 1670px and the left sidebar grows larger than it's min-width.
An additional note here: The theme container offset (used to make room for
the filter drawer) is being set on load using js. Resizing the browser can
break the display on the filter drawer as a result, with themes
overlapping it.
See [https://github.com/WordPress/WordPress/blob/master/wp-admin/js
/customize-controls.js#L1812]
Is this something we want to address?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42212#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list