-
Notifications
You must be signed in to change notification settings - Fork 26
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
Mac: Command-Tabbing away from editor breaks touchpad and mousewheel scrolling #514
Comments
When I open the editor, this functionality does actually seem to work for a bit, scrolling up and down code or even through the F1 help. |
I was not able to repro. this on macOS 13.7.1 (Intel). Unfortunately, that's the latest version of macOS my system can run. |
Oh, interesting, this could be an Intel vs Apple Silicon difference. I am on the 13" M2 MacBook Air, now at version 15.1. I can reproduce it quite easily, still. Not every Alt-Tab switch, but close to it, rare to get lucky. The only way I know to restore the scrolling with my touchpad is to close and reopen the editor. Not an issue affecting other applications, just to confirm. I wonder how they'd feel about me testing this at an Apple Store or a Best Buy. Actually, I might be able to get my [remote] coworker to try. |
I wonder if I stumbled upon a "fix" because I was prompted that Terminal needed access to monitor keystrokes, and I allowed it. It seems the "bug" could've been a security feature. The only thing I perhaps was doing differently to receive this prompt was screen mirroring to my TV as a 2nd screen with Airplay. I don't get why I've never seen that before. |
Describe the bug
I'm on Sonoma 14.4.1 and QB64 PE 3.13.1. I found #468 which fixed what I imagine is the behavior of the scroll wheel inside any program created with QB64PE, but it appears this fix has not been implemented inside the editor as you cannot scroll code or help files without using keyboard keys or dragging the scrollbar.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should scroll down a few lines at a time, like dragging the scrollbar with your cursor.
The text was updated successfully, but these errors were encountered: