Enable `textInput` event by default in all channels
Categories
(Core :: DOM: Events, enhancement)
Tracking
()
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•2 years ago
|
||
| bugherder | ||
Comment 4•2 years ago
|
||
:masayuki could you consider nominating this for a release note? (Process info)
We could include it in the nightly release notes.
| Assignee | ||
Comment 5•2 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]:
This introduces a new web API, textInput event
[Affects Firefox for Android]:
Yes
[Suggested wording]:
Starting to support textInput event which was a non-standardized API and replaced with beforeinput event. However, this is standardized and implemented for some web apps which use legacy libraries or frameworks. So, please keep using beforeinput when you develop new web apps.
[Links (documentation, blog post, etc)]:
- untrusted events: https://w3c.github.io/uievents/event-algo.html#textevent
- trusted events for key input: https://w3c.github.io/uievents/event-algo.html#fire%20key%20input%20events
- trusted events from IME: https://w3c.github.io/uievents/event-algo.html#end%20composition
- trusted events from paste: https://w3c.github.io/uievents/event-algo.html#handle%20native%20paste
Comment 6•2 years ago
|
||
Thanks, added to the Fx129 beta release notes, these will be published on 2024-07-11
Keeping the relnote-firefox flag as ? to keep it on the radar for inclusion in the final Fx129 release notes
Comment 7•2 years ago
|
||
FYI FF129 MDN docs for this can be tracked in https://github.com/mdn/content/issues/34705
Updated•2 years ago
|
Description
•