#7490 closed bug (fixed)
Autocomplete fails when context option is set with ajaxSetup
Reported by: | espen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.18 |
Component: | ui.autocomplete | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The check in autocomplete for this.autocompleteRequest === requestIndex fails when context option is set in ajaxSetup.
Change History (3)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Autocomplete: Set context for ajax requests instead of relying on default context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup. (cherry picked from commit 041cb39a6667e3637a40fad6ef952da476f2af97)
Changeset: fc6d6e138c0e5f65ca48a6f333680860f7361636
comment:3 Changed 11 years ago by
Milestone: | 1.9 → 1.8.18 |
---|
Note: See
TracTickets for help on using
tickets.
Autocomplete: Set context for ajax requests instead of relying on default context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup.