[Webkit-unassigned] [Bug 22224] window.location.replace seems to save the session history

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 11:42:33 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=22224


sunsean <littlecooldude at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |littlecooldude at hotmail.com




--- Comment #1 from sunsean <littlecooldude at hotmail.com>  2009-09-17 11:42:33 PDT ---
This bug often causes infinite loops (when pressing the back button) on pages
that attempt to set a default hash if there is none.

if(!location.hash) location.replace('#home');

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



More information about the webkit-unassigned mailing list