#5376 closed bug (fixed)
Menu plugin fires select when border is clicked
Reported by: | wewals | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.1 |
Component: | ui.autocomplete | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The Menu plugin fires select when border is clicked this causes a select event to be fired with a ui element that doesn't contain a useful item property.
Check the click target in the click even that is bound on _create
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | TBD → 1.8.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This bug still exists if the user clicks the li but not the a.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 Changed 13 years ago by
Milestone: | 1.9 → 1.8.1 |
---|
Note: See
TracTickets for help on using
tickets.
Can you provide a simple test case in jsbin.com to help us test?