Bug 18365 - wrong iframes get loaded after page reload
Summary: wrong iframes get loaded after page reload
Status: RESOLVED DUPLICATE of bug 3580
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.craesh.net/script.php
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 08:10 PDT by Sacher Khoudari
Modified: 2008-04-09 00:17 PDT (History)
0 users

See Also:


Attachments
testcase (PHP) (1.15 KB, application/octet-stream)
2008-04-08 08:15 PDT, Sacher Khoudari
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sacher Khoudari 2008-04-08 08:10:18 PDT
I have several similar iframes on one page. The URL of iframes differ only on one argument, the ID. If I reload the container page, but some of the iframes are missing, the remaining iframes don't get displayed as they should. Instead, only the first ones get displayed in their original (the first time you loaded that page) order, ignoring the later ones. The URL of the remaining iframes are ignored.

Please refer to the example at http://www.craesh.net/script.php to get the picture. Firefox 2.0 and Opera 9.24 work as expected. Click on the button of the _first_ iframe and reload the page. Iframes with IDs 2 to 5 will get displayed. But Safari (3.0.4 5523.15) will display the iframes with the IDs 1 to 4.

I'll attach the PHP script I've created as a testcase.
Comment 1 Sacher Khoudari 2008-04-08 08:15:41 PDT
Created attachment 20406 [details]
testcase (PHP)
Comment 2 Sacher Khoudari 2008-04-08 08:21:21 PDT
(In reply to comment #1)
> Created an attachment (id=20406) [edit]
> testcase (PHP)
> 

Note: the testcase makes use of cookies to know which iframes it should display. You should allow cookies to see the effects (although they aren't relevant for this bug).
Comment 3 Alexey Proskuryakov 2008-04-09 00:17:15 PDT

*** This bug has been marked as a duplicate of 3580 ***