#4268 closed bug (duplicate)
Wrong work of tabs under IE6 when used base url
Reported by: | valerchik | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | ie baseurl bug | Cc: | |
Blocked by: | Blocking: |
Description
When you have <base href="http://someurl.com/"> on page under IE, tab component working wrong. On
_tabify: function(init)
we have
regexp var fragmentId = /^#.+/;
but when base url is set, IE6 on this code ->
var href = $(a).attr('href');
returns http://someurl.com/#tabs-1 where http://someurl.com/ is base url of this page after this method start try to load this url by ajax instead of use div container with id #tabs-1
Change History (2)
comment:1 follow-up: 2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
4033