[Webkit-unassigned] [Bug 62099] New: createEvent("PopStateEvent") raises NOT_SUPPORTED_ERR: DOM Exception 9

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 4 14:03:59 PDT 2011


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

           Summary: createEvent("PopStateEvent") raises NOT_SUPPORTED_ERR:
                    DOM Exception 9
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paulkinlan at google.com


It is not possible to create a PopStateEvent using:
document.createEvent("PopStateEvent");

It raises a:
Error: NOT_SUPPORTED_ERR: DOM Exception 9

Therefore it is not possible to test applications that respond to History API changes (nav back for example) without invoking a navigation.

I have a fix for this that I should be able to land pretty soon.

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