[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

Ojan Vafai <ojan@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ojan@chromium.org

--- Comment #1 from Ojan Vafai <ojan@chromium.org> ---
I think you can generalize to firing beforeinput only for user-actions, not
script. I can think of other user actions that you'd want beforeinput to fire
for than just key input (e.g. cut/paste from a menu). 

This is already how the input event works, so having beforeinput match that
makes sense.

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

Received on Monday, 25 November 2013 23:57:08 UTC