Opened 10 years ago
Closed 10 years ago
#858 closed defect (bug) (fixed)
New Theme Directory feature filter drawer has no width
Reported by: | colorful tones | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | has-patch |
Cc: |
Description
When one expands the filter drawer on the new Theme Directory the columns are too narrow, screenshot: https://www.dropbox.com/s/ecx8kml4870aa6s/Screenshot%202015-02-06%2014.30.43.png?dl=0
It should just be a matter of adding width: 100% to .show-filters .filter-drawer:
.show-filters .filter-drawer { width: 100%; }
Attachments (1)
Change History (9)
#2
in reply to:
↑ 1
@
10 years ago
Replying to obenland:
Hm, I have a hard time reproducing that one. What browser are you using on that?
Yeah, sorry I should of provided from get go...
- Chrome 40.0.2214.111 (64-bit)
- OS X 10.10.12
I tested in both Chrome Incognito, and non-Incognito mode, and the issues is happening in both.
#3
follow-up:
↓ 4
@
10 years ago
It just looks like that as soon as you click on "Feature Filter"? There are no other steps involved?
#4
in reply to:
↑ 3
@
10 years ago
No other steps involved to recreate issue. Just click, and expand "Feature Filter". See animated gif of issue: https://www.dropbox.com/s/8bvhosqfes5mtqc/WP-new-themes-directory-filter.gif?dl=0
#5
@
10 years ago
There seems to be a lot more wrong than just the width of the filter groups. Are there any errors in your console?
#6
@
10 years ago
@colorful-tones Is this still happening for you? How does it look in a different browser?
#7
@
10 years ago
Sorry for the delay in response, but was offline and sick for two days.
Yes, issue still persists in Chrome only. I tested in Firefox and Safari, and does not happen there.
I have no errors in my console, but attaching screenshot of it for posterity.
https://www.dropbox.com/s/t594xx5s02cq6qq/Screenshot%202015-02-12%2009.48.50.png?dl=0
When I add width: 100% to .filter-drawer then it is fine.
https://www.dropbox.com/s/8vo7dajihscoqo9/Screenshot%202015-02-12%2009.52.53.png?dl=0
Hm, I have a hard time reproducing that one. What browser are you using on that?