Opened 12 years ago
Closed 12 years ago
#31427 closed defect (bug) (fixed)
jQuery UI autocomplete style broken
| Reported by: | rodrigosprimo | Owned by: | helen |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | General | Version: | 4.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | ui, administration |
Description
The update to jQuery UI 1.11.2 (#29833) broke the style of the autocomplete. The .ui-state-focus background change isn't working and the area for each option is smaller than it used to be.
This is happening because the <a> tag inside <li> has been removed. It is necessary to update wp-admin/css/forms.css to reflect this change.
The attached patch fixes this problem. CSS is not my area of expertise so I might be missing something.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Going a little further with the commit, since it looks kind of sad even with the fixes. Looks like this, feel free to re-open if there are objections:
(I'm aware of the tiny gap on the left, but it looks better than a double border.)