Opened 12 years ago
Closed 12 years ago
#7376 closed bug (wontfix)
Tabs: native onclick event is triggered with jQuery 1.6
Reported by: | robsworld2006 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.8.12 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi all,
Since upgrading to jQuery 1.6.1 with the latest version of jQuery UI tabs if you select a tab that has a native onclick event the tab fires the click event. In jQuery 1.5.2 this was not the case
The following shows the result: http://jsfiddle.net/fUas6/2/
Regards DotnetShadow
Change History (2)
comment:1 Changed 12 years ago by
Component: | ui.core → ui.tabs |
---|---|
Status: | new → open |
Summary: | jquery tabs fires native onclick event → Tabs: native onclick event is triggered with jQuery 1.6 |
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Changing this behavior back would require not triggering events inside the select method. While this should actually be the case, I could see this breaking existing code. Since the select method is deprecated in 1.9, I'm not inclined to change the behavior.