Opened 12 years ago
Closed 12 years ago
#22166 closed defect (bug) (fixed)
jQuery UI autocomplete needs tweaking (again)
Reported by: | helenyhou | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
Seems that the update to 1.9 has some side effects. The .ui-state-hover
background change isn't working (haven't investigated why, might just be a matter of naming), and there is now some helpful text that appears beside the input.
It looks okay, until the screen is narrower.
Should probably figure out what to do with that, either styling or removing/hiding.
Attachments (1)
Change History (8)
#2
@
12 years ago
Per one of the jQuery UI developers, this is supposed to be hidden text. We need to update our style to match new structural CSS in the jQuery UI 1.9.0. This span has the class of ui-helper-hidden-accessible.
As also need to pass a messages option that is internationalized to the widget, see https://github.com/jquery/jquery-ui/commit/f4b2d7a4115814b64ff291e3518fe15f2dfbe390#L4R532. I'm working on JS-based plural forms for something koopersmith needs, so we can use that here.
#3
@
12 years ago
- Keywords has-patch added; needs-patch removed
22166.diff adds .ui-helper-hidden-accessible to the same style block as .screen-reader-text, fixes the selector for the focus state, and changes the border color to match that of the new input focus styles. It looks a little weird in blue, but blue having gray border colors for inputs is a separate issue.
Styling history from last release: #20584