[Webkit-unassigned] [Bug 13400] REGRESSION (r20809-20814): No back entry created for navigations created by assigning to document.location

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 18:39:36 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13400





------- Comment #13 from mpComplete at gmail.com  2007-05-18 18:39 PDT -------
Created an attachment (id=14617)
 --> (http://bugs.webkit.org/attachment.cgi?id=14617&action=view)
window.open test case

I believe this bug also occurs when doing a window.open in an onload handler. 
The initial navigation is not stored in session history.  Note that if you do
window.open in an onclick handler (in the attached test case, click on the
text), the nav is stored.  I believe this is due to the difference in handling
of userGestured vs non-userGestured loads (the latter is done as
FrameLoadTypeInternal).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list