Ticket #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: | ||
| Blocking: | Blocked by: |
Description
The check in autocomplete for this.autocompleteRequest === requestIndex fails when context option is set in ajaxSetup.
Change History
comment:1 Changed 15 months ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 15 months ago by Scott González
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
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.