-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Hover tooltips in full screen mode cause the current screen to switch #3748
Comments
I can reproduce it with Setting |
So that's some regression in Emacs 29.4? |
Not sure when it's started, I use emacs 30 and I have tooltips turned off since forever :) |
Looks like it's an emacs bug. Can be reproduced by evaluating Screen.Recording.2024-10-21.at.10.31.07.mov |
I noticed the same thing happening since #3725. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding! |
This problem is still happening for me with emacs 29.4 (latest brew cask install) and cider 1.16.1. |
I'm having the same issue; |
On MacOS when in full-screen mode, mouse hover tooltips cause a switch to another desktop.
The problem does not happen when I'm not in full screen mode.
Expected behavior
The current screen should be stable and the tooltip should appear as a overlay.
Actual behavior
The screen briefly (< 1s) switches to another (new?) screen on which the tooltip is visible and immediately switches back to the emacs screen.
Steps to reproduce the problem
Enter full screen mode, with a window open on a Clojure buffer with CIDER enabled. Then hover on a symbol with tooltip (docstring) content.
Environment & Version information
MacOS 14.6.1 (Sonoma)
CIDER version information
Lein / Clojure CLI version
Clojure CLI 1.11.1.1435
Emacs version
29.4
Operating system
MacOS 14.6.1 (Sonoma)
JDK distribution
java corretto-17.0.8.7.1
The text was updated successfully, but these errors were encountered: