#5385 closed bug (fixed)
Autocomplete: Inconsistent default styling while loading results
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.3 |
Component: | ui.autocomplete | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
TR themes add a background image to the text field when loading results. This causes the styling of the text field to switch from the default OS styling to the default HTML styling. We need to either style the text field to prevent this from occurring or find a different way to show the spinner.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | 1.9 → 1.8.3 |
---|
comment:3 Changed 12 years ago by
Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results.
We will need to undo this change when ThemeRoller supports generating loading images.
Changeset: fe71d5d0a05b1e45055da8fdd39085999e5b43b3
Note: See
TracTickets for help on using
tickets.
Fixed in fe71d5d by removing the style rules from the theme. The rules are now applied to individual demos. This means that users will have to define their own styles for the loading state. We can add rules back to the theme once we have proper support in ThemeRoller.