Skip to main content

Search and Top Navigation

#8768 closed bug (duplicate)

Opened November 02, 2012 05:27AM UTC

Closed November 02, 2012 01:01PM UTC

tabs error when using <base> tag

Reported by: ikawka Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.tabs Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Attachments (0)
Change History (3)

Changed November 02, 2012 09:32AM UTC by tj.vantoll comment:1

resolution: → worksforme
status: newclosed

The base tag works just fine the tabs - http://jsfiddle.net/tj_vantoll/ZTQC2/. This sort of approach will work as well:

<base href="http://mysite.com/anotherDirectory"</base>
<div id="tabs">
  <ul>
    <li><a href="one"></a></li>
  </ul>
</div>
<script>
$(function() {
  $('#tabs').tabs();
});
</script>

Assuming this page is served from http://mysite.com the contents of tab one will be resolved over XHR from http://mysite.com/anotherDirectory/one, which is exactly what I would expect from how the

base
tag works.

Changed November 02, 2012 01:01PM UTC by scottgonzalez comment:2

resolution: worksforme
status: closedreopened

Reopening to close a duplicate.

Changed November 02, 2012 01:01PM UTC by scottgonzalez comment:3

component: ui.coreui.tabs
resolution: → duplicate
status: reopenedclosed

Duplicate of #7822.