[Webkit-unassigned] [Bug 48117] New: History item and document.location change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 00:41:13 PDT 2010


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

           Summary: History item and document.location change.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P4
         Component: History
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jedrzej.nowacki at nokia.com
                CC: msrinirao at gmail.com


Behavior of back / forward history changed between QtWebkit 2.0 and the trunk.

<html>
  <head>
    <script>
      document.location = "another url";
    </script>
  </head>
  <body></body>
</html>

I believe that page above should not create a history item in the B/F history, which is the current behavior. From user point of view there is no difference between document.location and http redirection.

Related mail thread (with real use case):
https://lists.webkit.org/pipermail/webkit-qt/2010-October/000902.html

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