Bug 15786 - REGRESSION: embedded iframes whose contents are loaded by window.onload should NOT add back entry
Summary: REGRESSION: embedded iframes whose contents are loaded by window.onload shoul...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: History (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://www.wrongplanet.net/
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2007-11-01 12:17 PDT by Alex Plank
Modified: 2009-05-12 08:08 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Plank 2007-11-01 12:17:27 PDT
This causes the back button to be unusable (pressing it merely generates more history entries) on sites which use an onload event to load one or more pages through an iframe. Example can be found on the url listed.

Steps to reproduce:
1)go to URL ( www.wrongplanet.net ), 
2)navigate the site
3)attempt to go back by pressing the browser's back button


this may or may not be related to bug 14438
Comment 1 Alex Plank 2007-11-01 17:02:34 PDT
this is on 10.5 
Comment 2 David Kilzer (:ddkilzer) 2007-11-02 07:40:19 PDT
Confirmed with a local debug build of WebKit r27373 with Safari 3 Public Beta v. 3.0.3 (522.12.1) on Mac OS X 10.4.10 (8R218).

Comment 3 David Kilzer (:ddkilzer) 2007-11-02 07:52:27 PDT
Works in Safari 2.0.4 (419.3) with original WebKit on Mac OS X 10.4.10 (8R218), so this is a regression.

The earliest nightly build (r11976) displays the buggy behavior as well.

Safari 3 Public Beta for Windows on XP Pro SP2 has the same issue.

In Opera 9.22 and Firefox 2.0.0.8 on Mac OS X 10.4.10, you must click back TWICE to go back one page (although you're not stuck reloading the same page like you are with WebKit/Safari).

Works in MSIE 7 on Windows XP Pro SP2.

Comment 4 David Kilzer (:ddkilzer) 2007-11-28 22:39:15 PST
<rdar://problem/5619340>
Comment 5 Robert Blaut 2008-03-18 09:46:47 PDT
(In reply to comment #4)
> <rdar://problem/5619340>
> 

Is the reported URL still hurt by this issue? I cannot reproduce described issue on the www.wrongplanet.net site.

I'm not sute but the bug is probably related to bug 12993.
Comment 6 Alex Plank 2008-03-18 10:05:15 PDT
Robert,

I changed the method of loading iframes on the listed url due to safari users complaining about the bug. I will try to make a specific page that demonstrates the issue. 
Comment 7 Alexey Proskuryakov 2009-05-12 08:08:38 PDT
Marking as INVALID, because there is no way to investigate this issue, now that the site has been changed. Please feel free to re-open if you can provide a test case.