[Webkit-unassigned] [Bug 83490] New: history pushState doesn't affect :target selector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 9 11:36:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83490
Summary: history pushState doesn't affect :target selector
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: http://jsbin.com/esunoh/2/
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: History
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: paul.irish at gmail.com
0. open http://jsbin.com/esunoh/2/
1. click "select two"
2. hash on url changes
3. click button to remove hash from url
4. :target selector is still active
What is the expected result?
Should remove the :target selector as the hash is no longer on the url
What happens instead?
Doesn't update the selector. However, if you try location.hash = ''; button, it will remove the :target selector - therefore I'd expect the pushState to work the same.
Downstream: http://code.google.com/p/chromium/issues/detail?id=89165
--
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