[Webkit-unassigned] [Bug 83566] Editable iframe doesn't get focusin event when clicking documentElement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 10 14:13:38 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83566
--- Comment #8 from Ojan Vafai <ojan at chromium.org> 2012-04-10 14:13:38 PST ---
The relevant spec for this doesn't really say what to do for the document itself: http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-doc-focus.
WebKit's behavior seems correct to me for the body/html elements. They are focusable only if something makes them focusable (e.g. contentEditable). But, I think WebKit's behavior is less sensible for the document itself. In a sense, the document is always focusable (e.g. you can focus it's window).
In short, I think we should match IE here and fire these events on the document.
--
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