Bug 17832

Summary: Page reloads when window.location.hash was initially empty, and then set to ""
Product: WebKit Reporter: Khoo Yit Phang <khooyp>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description Khoo Yit Phang 2008-03-13 12:50:30 PDT
When window.location.hash is initially empty, setting it to a blank string causes the page to reload. This did not happen in r30070 which was the last version I tried.

If window.location.hash isn't empty, setting it to the same value doesn't cause a reload, however. It only happens with empty strings.
Comment 1 Cameron Zwarich (cpst) 2008-07-18 22:48:25 PDT
This was already fixed as bug 19822.

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