Bug 71168 - Consider removing webkitBeforeTextInserted and webkitEditableContentChanged
Summary: Consider removing webkitBeforeTextInserted and webkitEditableContentChanged
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-28 18:19 PDT by Ryosuke Niwa
Modified: 2023-11-29 18:53 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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