Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 Changed 14 years ago by klaus.hartl

Resolution: duplicate
Status: newclosed

4033

comment:2 in reply to:  1 Changed 14 years ago by klaus.hartl

Note: See TracTickets for help on using tickets.