[Webkit-unassigned] [Bug 26526] Add support for input events (oninput) to contentEditable elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 19:31:31 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=26526





--- Comment #8 from MORITA Hajime <morrita at google.com>  2010-05-10 19:31:30 PST ---
Hi Erik, thank you for the reviewing!

> If script changes should not dispatch input events, then execCommand should not either. You can use eventSender to test user input.
Ah, the code comment, not  code itself, is wrong. I'm sorry for confusion.
I updated the patch to fix it like:
> // A direct DOM manipulation shouldn't dispatch the event.

Note that existing behavior fires input events for <input> and <textarea>
even via execCommand().

-- 
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