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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 02:15:40 PDT 2010


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





--- Comment #13 from MORITA Hajime <morrita at google.com>  2010-06-16 02:15:38 PST ---
Hi Kent-san, thank you for reviewing!
I Updated the patch.

> (From update of attachment 55645 [details])
> WebCore/Configurations/FeatureDefines.xcconfig:51
>  +  ENABLE_EDITING_INPUT_EVENTS = ENABLE_EDITING_INPUT_EVENTS; 
> Please make the same changes to all of FeatureDefines.xcconfig in other directories.
Done.

> WebCore/dom/Node.cpp:3082
>  +  #if ENABLE(EDITING_INPUT_EVENTS)
> #if should be put before "} else if"
Done.

> - We may enable ENABLE_EDITING_INPUT_EVENTS in WebKit/chromium/features.gypi
>   This doesn't affect Chromium/Chrome browsers.
> - New test should be skipped in other platforms
Done.

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