NEW 71168
Consider removing webkitBeforeTextInserted and webkitEditableContentChanged
https://bugs.webkit.org/show_bug.cgi?id=71168
Summary Consider removing webkitBeforeTextInserted and webkitEditableContentChanged
Ryosuke Niwa
Reported 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.
Attachments
Ojan Vafai
Comment 1 2011-10-28 19:29:10 PDT
Sounds good to me.
Kaustubh Atrawalkar
Comment 2 2011-11-04 05:27:48 PDT
Does this mean to remove files BeforeTextInsertedEvent.* as well? Just working on it.
AnupamS
Comment 3 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?
Ryosuke Niwa
Comment 4 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.
Ahmad Saleem
Comment 5 2023-11-29 18:53:15 PST
Note You need to log in before you can comment on or make changes to this bug.