Search and Top Navigation
#7376 closed bug (wontfix)
Opened May 16, 2011 12:35PM UTC
Closed May 16, 2011 03:22PM UTC
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
Attachments (0)
Change History (2)
Changed May 16, 2011 12:42PM UTC by comment:1
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 |
Changed May 16, 2011 03:22PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | open → closed |
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.