Skip to main content

Search and Top Navigation

#4268 closed bug (duplicate)

Opened March 03, 2009 01:05PM UTC

Closed March 03, 2009 07:47PM UTC

Last modified March 03, 2009 07:48PM UTC

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

Attachments (0)
Change History (2)

Changed March 03, 2009 07:47PM UTC by klaus.hartl comment:1

resolution: → duplicate
status: newclosed

4033

Changed March 03, 2009 07:48PM UTC by klaus.hartl comment:2