Changes between Initial Version and Version 1 of Ticket #7424
- Timestamp:
- May 26, 2011, 3:30:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7424
-
Property
Status
changed from
new
toopen
-
Property
Summary
changed from
Autocomplete Change event does not fire after select
toAutocomplete: Incorrect documentation for change event
-
Property
Status
changed from
-
Ticket #7424 – Description
initial v1 1 Using JQuery 1.5.2 and JQuery UI 1.8.11 autocomplete widget on Mac Chrome, Mac Safari and Mac Firefox. 2 3 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. 4 5 Example here: 6 http://jsfiddle.net/hVxaA/3/ 1 The documentation says that the change event is always triggered after close.