Ticket #5903 (closed bug: fixed)
Autocomplete doesn't close after scrolling
| Reported by: | adw | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.4 |
| Component: | ui.autocomplete | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Since #5610 was fixed, the scrollbar on an autocomplete dropdown can be used in IE.
However, if you now use the scrollbar and then click outside the dropdown, the dropdown stays open.
Change History
comment:1 Changed 3 years ago by scott.gonzalez
- Keywords scrollbar ie removed
- Summary changed from Autocomplete doesn't close after scrolling in IE to Autocomplete doesn't close after scrolling
- Milestone changed from TBD to 1.9
comment:2 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
Fixed in de266a1.
comment:4 Changed 3 years ago by Scott González
Autocomplete: Handle clicks outside the autocomplete after scrolling the results (which causes the body to gain focus). Fixes #5903 - Autocomplete doesn't close after scrolling.
Changeset: de266a1275efa405eb7147469fa25274a6b7254b
Note: See
TracTickets for help on using
tickets.

