Changes between Initial Version and Version 1 of Ticket #7424


Ignore:
Timestamp:
May 26, 2011, 3:30:02 PM (12 years ago)
Author:
Scott González
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7424

    • Property Status changed from new to open
    • Property Summary changed from Autocomplete Change event does not fire after select to Autocomplete: Incorrect documentation for change event
  • 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/
     1The documentation says that the change event is always triggered after close.