[Webkit-unassigned] [Bug 76216] New: WebKit does not support DOM 3 Events FocusEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 14:46:39 PST 2012


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

           Summary: WebKit does not support DOM 3 Events FocusEvent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, dominicc at chromium.org


WebKit does not support DOM 3 Events FocusEvent

We dispatch blur/focus events, but they are not themselves FocusEvent objects (they're not even UIEvent objects), thus they don't have things like relatedTarget set on them.

http://www.w3.org/TR/DOM-Level-3-Events/#webidl-events-FocusEvent

I noticed this when investigating these IETC tests:
http://samples.msdn.microsoft.com/ietestcenter/domevents/focusin.relatedTarget.html
http://samples.msdn.microsoft.com/ietestcenter/domevents/focusout.relatedTarget.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