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

Don't close emoji picker when Ctrl key is pressed (resolves #5062) #5431

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

rik-smeets
Copy link
Contributor

First time contributor checklist:

Contributor checklist:

Description

When the emoji picker was opened, pressing the Ctrl-key would close it. Because of that, the zoom in/out accessibility features couldn't be used at that time. With this commit, the Ctrl-key will no longer trigger the closing of the emoji picker.

Tested on Windows 10* 64-bit, manually by using the emoji picker both before and after the changes to test if the change indeed fixes the issue whilst not causing any new issues.

Fixes #5062.

Copy link
Contributor

@EvanHahn-Signal EvanHahn-Signal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! I'll plan to merge if CI passes.

@rik-smeets
Copy link
Contributor Author

@EvanHahn-Signal
Thank you for reviewing!
Not really sure what went wrong with the CI build, but I did notice something weird with the change detection in regard to my commit. I have fixed that now, hopefully a new CI build will succeed. Apologies for the inconvenience!

@EvanHahn-Signal EvanHahn-Signal changed the base branch from development to merge-5431 August 3, 2021 15:03
@EvanHahn-Signal EvanHahn-Signal merged this pull request into signalapp:merge-5431 Aug 3, 2021
@EvanHahn-Signal
Copy link
Contributor

I expect this to be released in 5.13 or later. Thanks for your contribution!

@rik-smeets rik-smeets deleted the fix-bug-5062 branch August 3, 2021 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Emoji picker closes when CRTL button is pressed.
2 participants