-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to beforeInput vol 2 #11438
Labels
domain:typing/ime
This issue reports a problem with standard typing & IME (typing method for CJK languages).
Epic
package:engine
package:typing
squad:core
Issue to be handled by the Core team.
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
Comments
oleq
added
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
package:engine
package:typing
domain:typing/ime
This issue reports a problem with standard typing & IME (typing method for CJK languages).
squad:core
Issue to be handled by the Core team.
labels
Mar 9, 2022
CKEditorBot
added
the
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
label
Mar 11, 2022
This was referenced Apr 13, 2022
Closed
In the tracking mode, how long will this problem take? Currently, it seriously affects the use |
This was referenced Jul 14, 2022
Small status update as it's hard to track the current work based on our activity on GitHub.
|
If you have any feedback, especially for CJK languages, we'll appreciate if you share it here. The earlier we know about something, the better :) |
This was referenced Jul 18, 2022
This was referenced Jul 19, 2022
This was referenced Aug 3, 2022
This was referenced Sep 5, 2022
CKEditorBot
removed
the
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
label
Oct 13, 2022
niegowski
added a commit
that referenced
this issue
Oct 13, 2022
…reinput Feature (engine, enter, typing): Typing and text composition (IME) support refactored to use `beforeInput` DOM events instead of DOM mutations and keystrokes. Closes #11438. Other (typing): Introduced a new `insertText` event mapped from a subset of `beforeInput` events. See #11438. Other (typing): The `delete` event is now mapped from a subset of `beforeInput` events. See #11438. Other (enter): The `enter` event is now mapped from a subset of `beforeInput` events. See #11438. Fix (engine): Fixed conversion of the non-collapsed selection anchored between `<br>` elements (in Safari). MINOR BREAKING CHANGE (clipboard): The `DataTransfer` class was moved to the engine package. MINOR BREAKING CHANGE: The `input` command is now deprecated, you should use `insertText` command instead. See #11438.
CKEditorBot
added
the
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
label
Nov 2, 2022
pomek
removed
the
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
label
Jan 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
domain:typing/ime
This issue reports a problem with standard typing & IME (typing method for CJK languages).
Epic
package:engine
package:typing
squad:core
Issue to be handled by the Core team.
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
📝 Provide a description of the new feature
An epic for revival of #7462 and further work.
ck/epic/11438-migrate-to-beforeinput
ToC
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: