#30658 closed defect (bug) (fixed)
Search bar too wide on plugin search results
Reported by: | johnbillion | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Plugins | Keywords: | has-patch commit |
Focuses: | ui, administration | Cc: |
Description
r30740 made the search input in the filter toolbar 100% width. This has broken the search form layout when performing a search on the Plugins -> Add New screen.
Attachments (8)
Change History (26)
#1
@
10 years ago
- Keywords has-patch dev-feedback added; needs-patch removed
Removing 100% width fixes the issue, but it slightly misplaces with adjacent select box. Though changing this would create ripples for Add New Theme and Media Gallery pages.
#2
@
10 years ago
- Keywords dev-feedback removed
I think width and max-width were reversed, I also noticed that the positioning changes cause unwanted overlap. See 30658.diff for those fixes, plus the extra margin noted.
#3
@
10 years ago
- Keywords needs-testing added
30658.3.diff builds on 30658.2.diff, also fixes the .media-toolbar-primary and .media-toolbar-secondary in the media modal.
#5
@
10 years ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In 30813:
#7
@
10 years ago
I am still seeing a minor issue still after checking RC1. The search box and dropdown stair step lower than the menu.
To Replicate:
- Search for a plugin
- Resize window to smallest and then scale back to normal
I can confirm on Latest Chrome and FF on OS X.
This ticket was mentioned in Slack in #forums by justingreerbbi. View the logs.
10 years ago
This ticket was mentioned in Slack in #forums by justingreerbbi. View the logs.
10 years ago
#11
@
10 years ago
Don't see this happening in Firefox 34.0/Win7. Setting the search-form to display: inline-block;
seems to fix this in Chrome 39.0.2171.95/Win7. Will add that to trunk for easier/faster testing.
Adding CSS Fix for #30658