Opened 7 years ago
Closed 7 years ago
#40857 closed defect (bug) (fixed)
Display issue of plugin searchbar in 4.8 beta 2
Reported by: | Guido07111975 | Owned by: | adamsilverstein |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | 4.8 |
Component: | Plugins | Keywords: | has-screenshots commit has-patch |
Focuses: | administration | Cc: |
Description
Hi members of core tean,
In 4.8 beta (version 2) the plugin searchbar in dashboard isn't displayed properly. Check attachment.
Guido
Attachments (3)
Change History (11)
#1
@
7 years ago
- Focuses administration added
- Keywords has-screenshots needs-testing added
- Milestone changed from Awaiting Review to 4.8
#2
@
7 years ago
In 4.7:
.wp-filter .search-form input[type="search"] { ... width: 280px; ... }
In 4.8:
.wp-filter .search-form input[type="search"] { ... width: 100%; ... }
#3
@
7 years ago
This patch seems to solve this issue, tested at other places, not effecting anything else.
#4
@
7 years ago
This change was made in https://core.trac.wordpress.org/changeset/30813. "Fix the search field width in the media modal, media library grid and on the install new plugins screen."
Those screens should be tested.
#5
@
7 years ago
- Keywords commit added; needs-testing removed
50857.2.diff is the same patch, but with the file path changed for easier committing. I've tested the screens mentioned in the previous changeset and everything look great.
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Plugin searchbar in 4.8 beta 2