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

1 second delay when doing Ctrl+A #2029

Closed
ELginas opened this issue Nov 5, 2021 · 2 comments · Fixed by #2031
Closed

1 second delay when doing Ctrl+A #2029

ELginas opened this issue Nov 5, 2021 · 2 comments · Fixed by #2031

Comments

@ELginas
Copy link

ELginas commented Nov 5, 2021

System: Windows 10 (OS Build 19043.1288)
Reproducible on any text input field in any example (Debug/Release)

If during that 1 second delay you update UI (by checking/unchecking checkbox or selecting different option in option box), Ctrl+A takes effect immediately.

Best example I found is image example.

@cmyr
Copy link
Member

cmyr commented Nov 9, 2021

To me this indicates that we are not correctly requesting paint, and instead only updating when we next need to redraw the cursor.

@maan2003
Copy link
Collaborator

maan2003 commented Nov 9, 2021

I think it was a pending issue after #1931. But didn't open a issue

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

Successfully merging a pull request may close this issue.

3 participants