Search and Top Navigation
#5376 closed bug (fixed)
Opened March 18, 2010 01:25PM UTC
Closed March 24, 2010 02:15PM UTC
Last modified April 21, 2010 01:17PM UTC
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
Attachments (0)
Change History (5)
Changed March 20, 2010 02:31AM UTC by comment:1
Changed March 20, 2010 07:11PM UTC by comment:2
milestone: | TBD → 1.8.1 |
---|---|
resolution: | → fixed |
status: | new → closed |
Fixed in c61bd8ec67d9a863a00ae9d188993680f83186b0.
Changed March 24, 2010 02:13PM UTC by comment:3
resolution: | fixed |
---|---|
status: | closed → reopened |
This bug still exists if the user clicks the li but not the a.
Changed March 24, 2010 02:15PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | reopened → closed |
Fixed in f2873b6ebf427edd013eaef37adf5cbd4c06a1cf.
Changed April 21, 2010 01:17PM UTC by comment:5
milestone: | 1.9 → 1.8.1 |
---|
Can you provide a simple test case in jsbin.com to help us test?