[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 13:59:18 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83566
--- Comment #3 from Ojan Vafai <ojan at chromium.org> 2012-04-10 13:59:18 PST ---
In this test case, there are three cases:
1. No editable content.
2. The body element is editable.
3. The html element is editable.
Firefox 11:
Only fires focus/blur events. Fires them when clicking both the html element and the body element for all cases 1, 2 and 3.
Chrome 19 dev channel (basically WebKit tip of tree):
1. No events fired.
2. focusin and DOMFocusIn fired only when clicking on the body element and corresponding focusout/DOMFocusOut when clicking away.
3. focusin and DOMFocusIn fired when clicking on the body element or the html element and corresponding focusout/DOMFocusOut when clicking away.
Opera 11.62:
1. No events fired.
2. focusin and DOMFocusIn fired only when clicking on the body element and corresponding focusout/DOMFocusOut when clicking away. Also get focusOut/DOMFocusOut when clicking away from the html element.
3. No focusin/DOMFocusIn events fired. focusout/DOMFocusOut get fired when clicking away.
--
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