Skip to main content

Search and Top Navigation

#9022 closed bug (duplicate)

Opened January 28, 2013 10:01AM UTC

Closed January 28, 2013 01:31PM UTC

tab loads external page before local content

Reported by: henk verouden Owned by:
Priority: minor Milestone: none
Component: ui.tabs Version: 1.10.0
Keywords: Cc:
Blocked by: Blocking:
Description

For days I have been searching why the upgrade from 1.8.3 To 1.10 did not work for me.

But here is the bug:

<base href='...'>

With another baseref the jquery-ui function

function isLocal( anchor ) {

return anchor.hash.length > 1 &&

decodeURIComponent( anchor.href.replace( rhash, "" ) ) ===

decodeURIComponent( location.href.replace( rhash, "" ) );

}

goes complete wrong and thinks my "#tab-1" is remote, so it loads the site again in front of this tab.

I saw another user creating a report for this bug but it was closed as he was not able to create a small reproduction. So hopefully you will confirm and correct this time.

Attachments (0)
Change History (1)

Changed January 28, 2013 01:31PM UTC by tj.vantoll comment:1

resolution: → duplicate
status: newclosed

Duplicate of #7822.