[Webkit-unassigned] [Bug 97171] New: The replace attribute of window.open is not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 19 22:38:22 PDT 2012


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

           Summary: The replace attribute of window.open is not supported
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


According to a spec of window.open() below, if the 'replace' attribute is false, the current window must be exist in the window's session history.
http://www.w3.org/TR/2009/WD-html5-20090423/browsers.html#dom-open

When test with the attached html file, 
I can back to the page after redirected on the IE and the the Firefox, but not on the Webkit browser.

Is the last parameter of the below function ignored on Webkit?
window.open("http://www.google.com", "_self", "", false);

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