[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:29:41 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83566
--- Comment #11 from Ojan Vafai <ojan at chromium.org> 2012-04-10 14:29:41 PST ---
Sigh. More inconsistency. With both the document and documentElement focusable:
WebKit/Opera:
Do the same thing. They fire focus events on the document iff they fire them on the documentElement.
Gecko:
1. If there's nothing editable, only fires focus/blur on the document.
2/3. If the body or the html element is editable, fire focus/blur on the document and the documentElement.
IE:
In all cases, fire all focus-related events on both the document and the documentElement.
The IE behavior still makes the most sense to me, although, I could believe arguments for the Gecko behavior.
--
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