Ticket #7708 (closed bug: fixed)
Tabs swallow click event
| Reported by: | AsherMaximum | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.tabs | Version: | 1.8.16 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When clicking on a tab, the click event stops with the <a> tag, instead of bubbling out. According to ticket #4732, this used to happen for accordions as well.
Use case: Capturing any click event to deactivate a menu. Tested in Chrome and FF on Fedora 15 and Windows 7
Change History
comment:2 Changed 21 months ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
This is already fixed in master: http://jsfiddle.net/efPxH/2/
Note: See
TracTickets for help on using
tickets.


Sorry, forgot to post the fiddle: http://jsfiddle.net/AsherMaximum/efPxH/1/