[Webkit-unassigned] [Bug 32156] New: Browser history inconsistent when changing location.hash in an Iframe child document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 4 06:45:35 PST 2009


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

           Summary: Browser history inconsistent when changing
                    location.hash in an Iframe child document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://benalman.com/code/projects/jquery-bbq/examples/
                    bug-webkit-hash-iframe/
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: History
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cowboy at rj3.net


When the location.hash is changed in a document loaded in an Iframe, history
entries are not always created correctly. This has been tested in OS X Safari
Version 4.0.4 (5531.21.10) / Windows Chrome 3.0.195.33 / OS X Webkit nightly
r51669

Synopsis:

Given an Iframe like this: <iframe src="page.html#begin"></iframe>

If that page.html location.hash is then set to #middle and #end, when the back
button is pressed, #middle can be reached, but #begin cannot.

This page has a complete description and working example:
http://benalman.com/code/projects/jquery-bbq/examples/bug-webkit-hash-iframe/

This may be related to bugs 14959 and 17333, but I felt this description was
sufficiently different to warrant a separate ticket.

-- 
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