Bug 71168

Summary: Consider removing webkitBeforeTextInserted and webkitEditableContentChanged
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, cdumez, enrica, kaustubh.ra, sam, snianu, wenson_hsieh
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ryosuke Niwa 2011-10-28 18:19:19 PDT
As far as I can tell there are no Web contents that depend on these events, and these events are primarily used to notify input/textarea of text insertion, paste, etc...

It seems like we should be able to kill these events or at least make them invisible from scripts.
Comment 1 Ojan Vafai 2011-10-28 19:29:10 PDT
Sounds good to me.
Comment 2 Kaustubh Atrawalkar 2011-11-04 05:27:48 PDT
Does this mean to remove files BeforeTextInsertedEvent.* as well? Just working on it.
Comment 3 AnupamS 2021-03-11 12:20:14 PST
I just sent an intent to remove these non-standard editing related events from Chromium: https://groups.google.com/a/chromium.org/g/blink-dev/c/QlEJAuX9pGk/m/a9c_hmgdAgAJ
Could you please let us know if there are any plans on working on this bug?
Comment 4 Ryosuke Niwa 2021-03-11 21:01:52 PST
I don't think we have any immediate plans but I think we should try to get rid of these.
Comment 5 Ahmad Saleem 2023-11-29 18:53:15 PST
Blink Commit (for reference) - https://chromium-review.googlesource.com/c/chromium/src/+/2749066