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

Prevent Matrix/Label menu closing immediately in Safari. See issue #529. #530

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

bmbroom
Copy link
Member

@bmbroom bmbroom commented Jun 13, 2024

Safari sends a control-click event when other browsers don't. The extra event causes the just opened matrix/label menu to close.

This fix: don't close a matrix/label menu if the control key is pressed.

This fixes a major (show-stopper) bug for Safari users, so I would like it released asap.

P.S. We also need to bump the version number.

Safari sends a control-click event when other browsers don't.  The extra
event causes the just opened matrix/label menu to close.

This fix: don't close a matrix/label menu if the control key is pressed.
@marohrdanz
Copy link
Contributor

This seems like a reasonable solution to the bug. It won't break anything else, right?

Tagging the issue here so it's linked to this pull request: #529 (linking doesn't work in the title, I think)

Copy link
Contributor

@marohrdanz marohrdanz left a comment

Choose a reason for hiding this comment

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

Solution looks reasonable, also verified it resolves the bug.

@bmbroom bmbroom merged commit 273b1e2 into main Jun 13, 2024
@bmbroom bmbroom deleted the fix-safari-label-menu branch June 13, 2024 19:19
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.

3 participants