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

Swipe Gesture Bug on Mac #340

Closed
PiRunner opened this issue Nov 25, 2019 · 3 comments
Closed

Swipe Gesture Bug on Mac #340

PiRunner opened this issue Nov 25, 2019 · 3 comments
Assignees
Milestone

Comments

@PiRunner
Copy link

(Thanks for reporting an issue! Please make sure to fill out the blanks below.)

What's wrong, and with what software version?

Operating System: macOS Sierra 10.12.6
CEmu version: v1.3
Describe your issue:
On a Mac, you can switch between full screen windows or between a full screen window and the desktop with either a 4-finger swipe gesture on the trackpad or Ctrl+[left or right arrow]. Because of its convenience, I use the trackpad gesture. When I'm programming, I often swipe between CEmu and another window. However, most of the times I do this, either a key on the emulator sticks, disabling all keys, and can only be fixed by reloading the rom, or CEmu crashes altogether. I'm guessing this has to do with the gesture because that's the only time this happens. As I add fingers to the trackpad to begin the gesture (this all happens in a fraction of a second), two fingers (scroll) then three (click and drag) are added before four fingers are on the trackpad, which may have to do with the issue. I've attached a crash log and a link to a video of the phenomenon.

What are the steps to reproduce this issue?

  1. Open the emulator on a Mac.
  2. Swipe to another window.
  3. The emulator will often either malfunction (keys sticking) or crash.

Any logs, error output, screenshot, other comments...?

AppleCrashReport.txt
Video: https://youtu.be/Hnoy66g0tj4

@adriweb adriweb self-assigned this Nov 25, 2019
@adriweb adriweb added this to the Any version milestone Nov 25, 2019
@adriweb
Copy link
Member

adriweb commented Nov 25, 2019

Thanks for the nice report, I'll check it out tonight.

@adriweb
Copy link
Member

adriweb commented Nov 25, 2019

Well, I can reproduce the fact that gestures tend to trigger unexpected "random" keypresses but so far I can't make it crash (I'm on latest master).
I'll try to see what events exactly it's getting, because that's rather unexpected and it looks like a Qt issue...

@adriweb
Copy link
Member

adriweb commented Jun 26, 2024

Can't repro this issue anymore, on latest nightly build and latest macOS version.

@adriweb adriweb closed this as completed Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants