Search and Top Navigation
#5515 closed bug (duplicate)
Opened April 13, 2010 09:20PM UTC
Closed July 19, 2010 07:54PM UTC
Last modified October 11, 2012 09:15PM UTC
autocomplete - Firefox, leaving cursor over result set while typing overwrites typed text
Reported by: | dmiranda | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Firefox (tested in 3.6.2).
Reproducible on jQuery UI autocomplete demo page:
http://jqueryui.com/demos/autocomplete/
Step 1) Give the autocomplete input focus.
Step 2) Move the cursor over to where an item in the autocomplete suggest will appear once the user starts entering text (usally just below the autocomplete input field)
Step 3) Start typing text in the autocomplete input box. The box will automatically fill with whatever item the cursor is floating over. For instance, on the demo page, typing "a" with the cursor left over where the first item appears, "java", will change the text in the input field to "java", regardless of whether or not the user actually the third item in the list "asp".
This does not occur in IE7 or Chrome.
Attachments (0)
Change History (4)
Changed May 03, 2010 06:57PM UTC by comment:1
Changed May 20, 2010 10:09PM UTC by comment:2
This appears to be fixed in 1.8.1
Changed July 19, 2010 07:54PM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #5349.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
This behaviour might be by design. Can be turned off by adding:
focus: function(event, ui) { return false; },