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

Focus issue on Chromium #12967

Closed
DawidKossowski opened this issue Dec 5, 2022 · 0 comments · Fixed by #12898
Closed

Focus issue on Chromium #12967

DawidKossowski opened this issue Dec 5, 2022 · 0 comments · Fixed by #12898
Assignees
Labels
package:engine squad:collaboration Issue to be handled by the Collaboration team. squad:core Issue to be handled by the Core team. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@DawidKossowski
Copy link
Contributor

📝 Provide detailed reproduction steps (if any)

Chromium sends the `focus` event before the `selectionchange` event, which leads to rendering with the old selection state.

📃 Other details

  • Browser: Edge and Chrome (Chromium)

If you'd like to see this fixed sooner, add a 👍 reaction to this post.

@DawidKossowski DawidKossowski added type:bug This issue reports a buggy (incorrect) behavior. package:engine squad:collaboration Issue to be handled by the Collaboration team. squad:core Issue to be handled by the Core team. labels Dec 5, 2022
@DawidKossowski DawidKossowski self-assigned this Dec 5, 2022
scofalik added a commit that referenced this issue Dec 5, 2022
Fix (engine): Fixed bug which in some scenarios caused rendering with an outdated selection state when editor was focused (on Chromium browsers). Closes #12967.
@CKEditorBot CKEditorBot added this to the iteration 59 milestone Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:engine squad:collaboration Issue to be handled by the Collaboration team. squad:core Issue to be handled by the Core team. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants