Opened 13 years ago
Closed 13 years ago
#5305 closed bug (fixed)
Autocomplete: open event should trigger after the menu is opened since the name is not 'beforeopen'
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.autocomplete | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
From http://forum.jquery.com/topic/alternating-style-on-autocomplete it was found that the autocomplete event open as implemented and documented in 1.8rc3 is inconsistent as the event triggers before the menu is opened, but it's called 'open' not 'beforeopen'.
As there's no current use case proposed for beforeopen, it is proposed to change the behavior of the 'open' event to be consistent with other open events. The event should trigger on/after open.
Change History (2)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | Autocomplete: open event in 1.8rc3 should be renamed to beforeopen and a different open event created → Autocomplete: open event should trigger after the menu is opened since the name is not 'beforeopen' |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in r3876