We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the setting NSWindowShouldDragOnGesture enabled the user is able to drag any window at any cursor position via CTRL+ALT+Mouse1.
This doesn't seem to work with current Signal versions.
defaults write -g NSWindowShouldDragOnGesture -bool true
it works like other macOS windows
the mouse click just gets registered as a normal mouse click
No response
Signal Desktop 7.37.0 production (Apple silicon)
macOS 15.2 (24C101)
The text was updated successfully, but these errors were encountered:
@marcolaux appears to be an issue with Electron. Did this work in previous Signal versions?
Sorry, something went wrong.
It looks like it - thanks for the hint.
It indeed worked in previous versions and I only noticed it recently. I use the gesture regularly.
Other apps have the same issue with newer Electron versions I have been told.
You seem to have most context on the issue, could you report it upstream, please? Thank you!
https://github.com/electron/electron/issues/new?template=bug_report.yml
alright, I leave a link here:
electron/electron#45183
Thank you so much!
No branches or pull requests
Using a supported version?
Overall summary
With the setting NSWindowShouldDragOnGesture enabled the user is able to drag any window at any cursor position via CTRL+ALT+Mouse1.
This doesn't seem to work with current Signal versions.
Steps to reproduce
defaults write -g NSWindowShouldDragOnGesture -bool true
Expected result
it works like other macOS windows
Actual result
the mouse click just gets registered as a normal mouse click
Screenshots
No response
Signal version
Signal Desktop 7.37.0 production (Apple silicon)
Operating system
macOS 15.2 (24C101)
Version of Signal on your phone
No response
Link to debug log
No response
The text was updated successfully, but these errors were encountered: