#6761 closed bug (fixed)
Autocomplete: Loading class removed when multiple Ajax requests occur
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.8 |
Component: | ui.autocomplete | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If a second Ajax requests starts before the previous request completes, the loading class will be removed when the first request is aborted.
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Autocomplete: Track pending requests and only remove the loading class when the last request completes. Fixes #6761 - Autocomplete: Loading class removed when multiple Ajax requests occur.
Changeset: 2aabc3911c3f9e4ca2bbb48d298ee6e5648b4c12
comment:3 Changed 12 years ago by
Milestone: | 1.9 → 1.8.8 |
---|
Note: See
TracTickets for help on using
tickets.
Autocomplete: Track pending requests and only remove the loading class when the last request completes. Fixes #6761 - Autocomplete: Loading class removed when multiple Ajax requests occur.