[Webkit-unassigned] [Bug 34967] New: Safari calls onclose event handler in close() call.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 21:59:04 PST 2010


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

           Summary: Safari calls onclose event handler in close() call.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org
                CC: ap at webkit.org


Safai calls onclose event handler in close() call.

WebSocket API spec says, the close() must close the Web Socket connection, and
closing the connection immediately cause a task to be queued to fire a close
event.

So, onclose event handler should be fired after javascript code that includes
close() method call finished.
See https://bugs.webkit.org/show_bug.cgi?id=34636

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