[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 00:18:17 PDT 2010


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





--- Comment #11 from Kent Tamura <tkent at chromium.org>  2010-06-16 00:18:15 PST ---
(From update of attachment 55645)
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.


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


- 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

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