Search and Top Navigation
#3852 closed bug (fixed)
Opened January 16, 2009 04:53AM UTC
Closed January 18, 2009 01:52AM UTC
Ajax Tabs Demo Bug
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The ajax tabs don't load when run from demos/index.html.
Attachments (0)
Change History (3)
Changed January 16, 2009 05:11AM UTC by comment:1
description: | The ajax tabs don't load in Opera. → The ajax tabs don't load when run from demos/index.html. |
---|---|
summary: | Ajax Tabs Demo Bug in Opera → Ajax Tabs Demo Bug |
Changed January 17, 2009 09:22PM UTC by comment:2
Replying to [ticket:3852 scott.gonzalez]:
The ajax tabs don't load when run from demos/index.html.
I think this isn't an issue of the ajax tabs only, but it happens whenever relative url is used in the demo (no matter if it's in the JS, CSS or markup).
Compare the standalone demo:
http://jquery-ui.googlecode.com/svn/trunk/demos/droppable/photo_manager.html
with the same demo on the index page:
http://jquery-ui.googlecode.com/svn/trunk/demos/index.html#droppable|photo_manager
Changed January 18, 2009 01:52AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Bohdan is correct, this problem affected all demos that reference other resources with relative paths.
Fixed in r1661.