Search and Top Navigation
#2920 closed bug (fixed)
Opened May 22, 2008 08:48AM UTC
Closed July 27, 2010 12:03AM UTC
UI Tabs - problem with IE and AJAX tabs
Reported by: | forkie | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.tabs | Version: | 1.5b4 |
Keywords: | ajax ui.tabs | Cc: | |
Blocked by: | Blocking: |
Description
I currently have the following tabs (in psuedo code)
<div id="my-container"> <ul> <li><a href="#fragment-1">This is my first normal tab</a></li> <li><a href="#fragment-2">This will load an IFRAME</a></li> <li><a href="mywebsitescript.php">Heres my AJAX page</a></li> </ul> <div id="fragment-1"> <p>UI Tabs is really slick isn't it</p> </div> <div id="fragment-2"> <iframe src="http://www.b.com/some_remote_page.php"></iframe> </div> </div> <!-- end of id="my-container" -->
In Firefox it loads without any problems. In IE it still loads the AJAX page, however it will essentially add it to the end of the document. So basically it looks as though nothing has happened, but I look at the scrollbar on the right and notice that the page is very long. When I scroll down the page, the AJAX-ed <div> has appeared.
What's causing this?
I can give you access to the website if required to reproduce this problem.
Thanks, Forkie.
Attachments (0)
Change History (9)
Changed May 22, 2008 09:28AM UTC by comment:1
Changed May 22, 2008 02:04PM UTC by comment:2
component: | ajax → ui |
---|---|
keywords: | ajax tabs → ajax ui.tabs |
owner: | → paul |
Changed May 24, 2008 07:19PM UTC by comment:3
component: | ui.core → ui.tabs |
---|
Changed May 24, 2008 09:59PM UTC by comment:4
owner: | paul → klaus.hartl |
---|---|
status: | new → assigned |
Changed May 29, 2008 05:13AM UTC by comment:5
resolution: | → invalid |
---|---|
status: | assigned → closed |
Reporter says it's not a problem.
Changed July 26, 2010 01:15PM UTC by comment:6
resolution: | invalid |
---|---|
status: | closed → reopened |
Bug still exists: http://www.rattan-profi.de/de/Balance-Design-Lounge/Balance-Start
First time you click on the second tab you will receive an error.
If you reload the website and click the second tab again, it works. Just the first time won't work.
Changed July 26, 2010 08:20PM UTC by comment:7
resolution: | → fixed |
---|---|
status: | reopened → closed |
That page doesn't use ajax tabs.
Changed July 26, 2010 11:40PM UTC by comment:8
resolution: | fixed |
---|---|
status: | closed → reopened |
I tried a workaround but it doesnt work. use http://www.rattan-profi.de/de/Slin/Slin-Gartenliege?dev=1 this to get an ajax tab.
Changed July 27, 2010 12:03AM UTC by comment:9
resolution: | → fixed |
---|---|
status: | reopened → closed |
If you continue to have problems, please create a new ticket with a reduced test case. If you actually read this ticket, you'll see there was never actually a problem. We will not use a full site as a test case.
Sorry guys, problem fixed change it to:
inside your container div.