[Webkit-unassigned] [Bug 100785] focusin/focusout should support relatedTarget

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 13:06:50 PDT 2012


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





--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2012-10-31 13:08:10 PST ---
I think this should be easy to add. All the logic is already in Document::setFocusedNode. The only tricky thing is that we need to add a FocusEvent.idl and fire FocusEvents instead of generic Events since they now need a relatedTarget property. FWIW, this also matches the way the events are specced.

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