Search and Top Navigation
#7424 closed bug (fixed)
Opened May 26, 2011 07:24PM UTC
Closed May 27, 2011 12:19PM UTC
Autocomplete: Incorrect documentation for change event
Reported by: | schav | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.14 |
Component: | ui.autocomplete | Version: | 1.8.11 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The documentation says that the change event is always triggered after close.
Attachments (0)
Change History (2)
Changed May 26, 2011 07:30PM UTC by comment:1
description: | Using JQuery 1.5.2 and JQuery UI 1.8.11 autocomplete widget on Mac Chrome, Mac Safari and Mac Firefox. \ \ When I select a list item from the Autocomplete dropdown, a Select event is correctly fired. However, a Change event (which, according to documentation, should always fire after the list is closed) does not. It seems to only fire after the field loses focus. \ \ Example here: \ http://jsfiddle.net/hVxaA/3/ → The documentation says that the change event is always triggered after close. |
---|---|
status: | new → open |
summary: | Autocomplete Change event does not fire after select → Autocomplete: Incorrect documentation for change event |
Changed May 27, 2011 12:19PM UTC by comment:2
milestone: | 1.9 → 1.8.14 |
---|---|
resolution: | → fixed |
status: | open → closed |
Updated documentation.