Search and Top Navigation
#4128 closed bug (duplicate)
Opened February 12, 2009 02:27AM UTC
Closed February 12, 2009 10:30AM UTC
dynamically added tab points to wrong href in IE
Reported by: | aleemb | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Encountered this on IE7 on my machine. Works fine in FF3, however.
Dynamically add a new tab:
$('#mytabs').tabs('add', '#foobar', 'test tab');
Hover/Click on link and it points to #ui-tabs-NN instead of #foobar.
Attachments (0)
Change History (1)
Changed February 12, 2009 10:30AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
#4033