#9201 closed bug (fixed)
Autocomplete: Menu doesn't hide in IE 8
| Reported by: | aliedtke | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.12.0 |
| Component: | ui.autocomplete | Version: | 1.10.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
In Internet Explorer 8 the menu of the autocomplete control doesn't hide on "lost focus":
- right click on a menuitem -> the contextmenu of the browser appears
- left click on another control or on a blank place of the page -> the menu doesn't hide.
The same behaviour occurs if you left click and select the text of the menuitems (event: selectstart).
I can't reproduce this bug in Firefox or Safari.
I developed a workaround for this problem but I can't exclude any crosseffects.
Change History (4)
comment:1 Changed 4 years ago by scottgonzalez
- Status changed from new to open
- Summary changed from Autocomplete: menu doesn't hide in IE8 to Autocomplete: Menu doesn't hide in IE <10
comment:2 Changed 21 months ago by scottgonzalez
- Summary changed from Autocomplete: Menu doesn't hide in IE <10 to Autocomplete: Menu doesn't hide in IE 8
comment:3 Changed 21 months ago by Scott González
- Resolution set to fixed
- Status changed from open to closed
Autocomplete: Restore focus after clicking a menu item, if necessary
Fixes #9201 Closes gh-1470
Changeset: 581bfb55bf4f4f614a6e0c0ac545cf1aa7d29d0a
comment:4 Changed 21 months ago by scottgonzalez
- Milestone changed from none to 1.12.0
Note: See
TracTickets for help on using
tickets.
I'm guessing that since I changed the title of this ticket before that either 1) IE9 had the bug but was eventually patched or 2) I just didn't test very well; I cannot reproduce in IE9 today.
PR: https://github.com/jquery/jquery-ui/pull/1470