Search and Top Navigation
#5074 closed bug (duplicate)
Opened January 18, 2010 11:43AM UTC
Closed January 19, 2010 04:08AM UTC
Last modified October 11, 2012 09:15PM UTC
widget ui.tabs not working with jQuery 1.4
Reported by: | thomtomdup | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The widget ui.tabs does not work with jQuery 1.4. It adds:
<a href="#ui-tabs-[object%20Object]">
then it should be this example:
<a href="#ui-tabs-22">
Attachments (0)
Change History (4)
Changed January 18, 2010 03:14PM UTC by comment:1
Changed January 18, 2010 03:18PM UTC by comment:2
#5065 has a workaround
Replying to [comment:1 pv-jaldert]:
This is because jQuery 1.4 changed the jQuery.data(elem) function. It no longer returns an id, but an object. _tabId therefore returns the object instead of an id. This also occurs in the _cookie function.
Changed January 19, 2010 04:08AM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #5065.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
This is because jQuery 1.4 changed the jQuery.data(elem) function. It no longer returns an id, but an object. _tabId therefore returns the object instead of an id. This also occurs in the _cookie function.