Search and Top Navigation
#5385 closed bug (fixed)
Opened March 20, 2010 12:54PM UTC
Closed July 19, 2010 09:15PM UTC
Last modified November 19, 2010 06:26PM UTC
Autocomplete: Inconsistent default styling while loading results
Reported by: | scottgonzalez | 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.
Attachments (0)
Change History (3)
Changed July 19, 2010 09:15PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Changed August 04, 2010 01:22AM UTC by comment:2
milestone: | 1.9 → 1.8.3 |
---|
Changed November 19, 2010 06:26PM UTC by comment:3
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
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.