Ticket #5385 (closed bug: fixed)
Autocomplete: Inconsistent default styling while loading results
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.3 |
| Component: | ui.autocomplete | Version: | 1.8 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 2 years ago by Scott González
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.