[Bug 23913] beforeinput should be fired only when the DOM change is caused by direct input by keypress or composition

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23913

Masayuki Nakano <masayuki@d-toybox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs@pettay.fi

--- Comment #10 from Masayuki Nakano <masayuki@d-toybox.com> ---
I don't understand the Gecko's behavior perfectly, however, actually, Gecko has
a mechanism to wait to dispatch some events until becoming "safe to dispatch".
focus/blur events are dispatched via the mechanism:

http://mxr.mozilla.org/mozilla-central/source/dom/base/nsFocusManager.cpp?rev=e864bbc290f5#1874

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 28 November 2013 02:45:30 UTC