Make WordPress Core

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)

31427.patch (504 bytes ) - added by rodrigosprimo 12 years ago.

Download all attachments as: .zip

Change History (5)

#1 @rodrigosprimo
12 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
12 years ago

  • Focuses administration added
  • Milestone Awaiting Review4.2

#3 @helen
12 years ago

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:

http://s.hyhs.me/a3nE/image.png

(I'm aware of the tiny gap on the left, but it looks better than a double border.)

#4 @helen
12 years ago

  • Owner set to helen
  • Resolutionfixed
  • Status newclosed

In 31611:

Autocomplete: Update CSS based on both jQuery UI and general visual changes.

props rodrigosprimo for the initial patch.
fixes #31427.

Note: See TracTickets for help on using tickets.