Search and Top Navigation
#5806 closed bug (worksforme)
Opened July 07, 2010 02:24PM UTC
Closed July 07, 2010 02:29PM UTC
Last modified October 11, 2012 09:15PM UTC
ui.autocomplete: open event doesn't pass UI param
Reported by: | jforrester | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.2 |
Keywords: | autocomplete open | Cc: | |
Blocked by: | Blocking: |
Description
documentation says:
$( ".selector" ).autocomplete({
open: function(event, ui) { ... }
});
but, the code says:
this._trigger( "open" );
the ui param is not passed
Attachments (0)
Change History (3)
Changed July 07, 2010 02:29PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed March 12, 2012 12:36AM UTC by comment:2
_comment0: | Hmm... Someone may consider this useful... For example: Modify o get the items of menu. this._trigger("open",null,this) ¿Is so hard? → 1331512756548284 |
---|
Hmm... Someone may consider this useful... For example: Modify o get the items of menu. this._trigger("open",null,this) Is so hard?
Changed October 11, 2012 09:15PM UTC by comment:3
milestone: | TBD |
---|
Milestone TBD deleted
There is an empty ui object. All events get passed a ui object, sometimes it doesn't contain any information because there is no relevant data that needs to be passed.