-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug] Conflict with PowerPoint, can't add notes for a slide when Dock Exposé is running #23
Comments
Resetting permissionsI think your permissions are goofing. Here's how to reset them. It would also be interesting to know if simply updating the OS can fix this, since personally this usually only ever happens to me after updating the OS, which makes me wonder if it can undo this ghost permission issue. You can also try specifically resetting the "Input Monitoring" permission as that's the specific one that gives access to clicks. Same bug as Dock Exposé #12
This function is used to check if the mouse is under a AltTab preview / the dock / regular window. Seeing as it runs on each tick of the interval (which runs ~3 times a second), it would take a bit of a rewrite to fix... I halved the calls specifically for PowerPoint in Dock Exposé, but iirc it was harder to remove those calls from DockAltTab. I can probably get them both to function as well as each other, but to feel seamless, would require a rewrite of both apps (which I am working on). Report this to Microsoft (Help -> Feedback)
example message:
|
I'm sure now that I've worked on a rebuild of this project that it's a PowerPoint bug. I'm adding Ubuntu's preview behavior (you can find it under pre-releases (v2.91.0))... it circumvents this issue, since it only reads mouse locations on click. I am working on a workaround for the regular previews too, just posting with a proposed solution: ...since I'm already listening to clicks, I can just check if the active app is powerpoint and store the mouselocation of clicks that happen only on the the tricky element/input. when the mouse leaves the input, I can simulate the last mousedown/mousemove/mouseup that happened in the textarea (after reading the location), and do so until the user clicks outside the tricky element. I don't know if this will work. Will update. |
v2.91.0 has Ubuntu mode now, and I've since thought of another way of solving this, so later on it's possible I can get a workaround working for hover previews too! |
Permissions reset
Right click is now blocked by the preview window. It looks like it's attempting to open, stutters, but can't get it to open.
Steps to reproduce the bug
DockAltTab version: 2.8
macOS version: 13.2.1
I was able to reset all my permissions with your instructions, and it does appear to have solved this issue, but there's
Screen Recording 2023-05-24 at 9.15.04 AM.zip
The text was updated successfully, but these errors were encountered: