[Webkit-unassigned] [Bug 14959] New: No back forward entry added for pages created in javascript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 13:15:04 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14959

           Summary: No back forward entry added for pages created in
                    javascript
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
               URL: javascript:document.open();document.write("<body>test</b
                    ody>");document.close()
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: History
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mpComplete at gmail.com


Simple test case: paste this URL into your browser
javascript:document.open();document.write("<body>test</body>");document.close()

In IE and FF, a new page is created, and you can click Back to go to the page
you were on before.  In Safari, no back/forward item is created.  Instead, the
current page is temporarily replaced (you can get back to it by navigating
elsewhere, going back, then reloading).

This is not a regression, as it happens in shipping Safari on OS X (10.4.10).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list