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: |
Description
please see this link for details
http://forum.jquery.com/topic/jquery-ui-1-9-1-tabs-error-on-firefox-chrome
The base tag works just fine the tabs - http://jsfiddle.net/tj_vantoll/ZTQC2/. This sort of approach will work as well:
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
tag works.