Opened 10 years ago
Closed 10 years ago
#8768 closed bug (duplicate)
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
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Reopening to close a duplicate.
comment:3 Changed 10 years ago by
Component: | ui.core → ui.tabs |
---|---|
Resolution: | → duplicate |
Status: | reopened → closed |
Duplicate of #7822.
Note: See
TracTickets for help on using
tickets.
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
base
tag works.