Bug 17832
Summary: | Page reloads when window.location.hash was initially empty, and then set to "" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Khoo Yit Phang <khooyp> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Khoo Yit Phang
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Cameron Zwarich (cpst)
This was already fixed as bug 19822.
*** This bug has been marked as a duplicate of 19822 ***