Skip to content
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

Delayed cursor position change after pressing [CTRL+A] followed by [DELETE] #1467

Open
adamsarek opened this issue Nov 5, 2024 · 1 comment

Comments

@adamsarek
Copy link

adamsarek commented Nov 5, 2024

Describe the bug
After removing content by pressing [CTRL+A] followed by [DELETE] it has a delay which causes cursor position to go to start of editor even after I already typed some text.

To Reproduce
Steps to reproduce the behavior:

  1. Write some text
  2. Select all content by pressing [CTRL+A]
  3. Press [DELETE]
  4. Quickly type some text
  5. Cursor moves to start of editor

Expected behavior
If it has to perform some cursor moves it should do them before I can type some text.

Screenshots
opozdeny_kurzor_na_zacatku_ctrl_a

Desktop

  • OS: Windows 11
  • Browser: Firefox
  • Version: 132.0

Release

  • Version: v2.47.0
@adamsarek
Copy link
Author

This problem is also visible when holding [DELETE] in empty editor. It creates empty paragraph after some delay. I tried the same thing in Chrome and this whole bug is not present there.

Screenshots
delete_delay_in_firefox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant