Bug 71168
Summary: | Consider removing webkitBeforeTextInserted and webkitEditableContentChanged | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | UI Events | Assignee: | 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 |
Ryosuke Niwa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ojan Vafai
Sounds good to me.
Kaustubh Atrawalkar
Does this mean to remove files BeforeTextInsertedEvent.* as well? Just working on it.
AnupamS
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
I don't think we have any immediate plans but I think we should try to get rid of these.
Ahmad Saleem
Blink Commit (for reference) - https://chromium-review.googlesource.com/c/chromium/src/+/2749066