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

Fix input in reply thread popup losing focus when dragging #4815

Merged
merged 4 commits into from
Sep 13, 2023

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Sep 13, 2023

Description

When dragging the reply thread popup and the notification checkbox is shown, the input in the dialog would lose focus (at least on Windows). Changing the focus policy of the checkbox from ClickFocus to NoFocus resolves that. This means that the checkbox can never be toggled with the keyboard. However, this doesn't change much, since you had to click on the checkbox before in order to toggle it with the keyboard.

@pajlada pajlada enabled auto-merge (squash) September 13, 2023 19:41
@pajlada pajlada merged commit 337b043 into Chatterino:master Sep 13, 2023
15 checks passed
@Nerixyz Nerixyz deleted the try/focus branch September 13, 2023 21:02
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 this pull request may close these issues.

2 participants