[beforeInput] Starting composition on a fake caret scrolls the screen to nowhere #12088
Labels
domain:typing/ime
This issue reports a problem with standard typing & IME (typing method for CJK languages).
package:widget
resolution:expired
This issue was closed due to lack of feedback.
squad:core
Issue to be handled by the Core team.
status:stale
type:bug
This issue reports a buggy (incorrect) behavior.
📝 Provide detailed reproduction steps (if any)
On the feature branch from #11438:
✔️ Expected result
Works as with a non-composing keyword.
❌ Actual result
The viewport scrolls to the bottom.
❓ Possible solution
The problem was discussed in https://github.com/ckeditor/ckeditor5/pull/12024/files#r923476948.
Apparently, for this combination of OS+browser it's too late to move selection on
compositionstart
. Before beforeInput-related changes we've done that onkeydown
.📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: