Search and Top Navigation
#5349 closed bug (fixed)
Opened March 15, 2010 09:10PM UTC
Closed March 15, 2010 09:11PM UTC
Last modified August 04, 2010 04:50PM UTC
Autocomplete: mouseover of menu item causes data loss
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.autocomplete | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you hover a menu item with the mouse the active but not yet selected item is put into the input, replacing the search term. When the item is blurred, even if the menu is closed by clicking the document, the menu is closed and the highlighted (but never selected) item remains in the input, causing loss of data, as the search term was replaced with the user clicking. The same behavior is not present when using the keyboard, even though the item value is temporarily placed in the input and cycling through the items with the arrow keys, you can navigate back to the search term as well as restore it with the ESC key. Click off the menu to close it without selecting an item should have the same behavior as the ESC key, restoring the search term.
Attachments (0)
Change History (3)
Changed March 15, 2010 09:11PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Changed March 15, 2010 09:25PM UTC by comment:2
and r3926
Changed August 04, 2010 04:50PM UTC by comment:3
I believe the changesets that fixed this problem caused a new problem, see:
Changesets:
http://dev.jqueryui.com/changeset/2be46581da77440b88a9cd55a129c90c6af7a82d
http://dev.jqueryui.com/changeset/d2272f86bcc4f526f886f6b7846e34c0f1442c34
New problem (#5900):
Fixed in r3925