Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from TBD to 1.8.1
Fixed in c61bd8ec67d9a863a00ae9d188993680f83186b0.
comment:3 Changed 3 years ago by scott.gonzalez
- Status changed from closed to reopened
- Resolution fixed deleted
This bug still exists if the user clicks the li but not the a.
comment:4 Changed 3 years ago by scott.gonzalez
- Status changed from reopened to closed
- Resolution set to fixed
Fixed in f2873b6ebf427edd013eaef37adf5cbd4c06a1cf.
Note: See
TracTickets for help on using
tickets.


Can you provide a simple test case in jsbin.com to help us test?