Skip to main content

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 forkie comment:1

Sorry guys, problem fixed change it to:

<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 title="ajax page" 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 id="ajax_page"></div>
</div> <!-- end of id="my-container" -->

inside your container div.

Changed May 22, 2008 02:04PM UTC by flesler comment:2

component: ajaxui
keywords: ajax tabsajax ui.tabs
owner: → paul

Changed May 24, 2008 07:19PM UTC by paul comment:3

component: ui.coreui.tabs

Changed May 24, 2008 09:59PM UTC by paul comment:4

owner: paulklaus.hartl
status: newassigned

Changed May 29, 2008 05:13AM UTC by scottgonzalez comment:5

resolution: → invalid
status: assignedclosed

Reporter says it's not a problem.

Changed July 26, 2010 01:15PM UTC by benjaminGER comment:6

resolution: invalid
status: closedreopened

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 scottgonzalez comment:7

resolution: → fixed
status: reopenedclosed

That page doesn't use ajax tabs.

Changed July 26, 2010 11:40PM UTC by benjaminGER comment:8

resolution: fixed
status: closedreopened

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 scottgonzalez comment:9

resolution: → fixed
status: reopenedclosed

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.