Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#31427 closed defect (bug) (fixed)

jQuery UI autocomplete style broken

Reported by: rodrigosprimo's profile rodrigosprimo Owned by: helen's profile helen
Milestone: 4.2 Priority: normal
Severity: normal Version: 4.1
Component: General Keywords: has-patch
Focuses: ui, administration Cc:

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 8 years ago.

Download all attachments as: .zip

Change History (5)

@rodrigosprimo
8 years ago

#1 @rodrigosprimo
8 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
8 years ago

  • Focuses administration added
  • Milestone changed from Awaiting Review to 4.2

#3 @helen
8 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
8 years ago

  • Owner set to helen
  • Resolution set to fixed
  • Status changed from new to closed

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.