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
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.
The current screen should be stable and the tooltip should appear as a overlay.
The screen briefly (< 1s) switches to another (new?) screen on which the tooltip is visible and immediately switches back to the emacs screen.
Enter full screen mode, with a window open on a Clojure buffer with CIDER enabled. Then hover on a symbol with tooltip (docstring) content.
MacOS 14.6.1 (Sonoma)
;; Connected to nREPL server - nrepl://localhost:61555 ;; CIDER 1.16.0 (Kherson), nREPL 1.3.0 ;; Clojure 1.11.4, Java 17.0.8 ;; Docs: (doc function-name) ;; (find-doc part-of-name) ;; Source: (source function-name) ;; Javadoc: (javadoc java-object-or-class) ;; Exit: <C-c C-q> ;; Results: Stored in vars *1, *2, *3, an exception in *e; ;; Startup: /Users/cch1/.asdf/shims/clojure -A:nrepl -Sdeps \{\:deps\ \{nrepl/nrepl\ \{\:mvn/version\ \"1.3.0\"\}\ cider/cider-nrepl\ \{\:mvn/version\ \"0.50.2\"\}\}\ \:aliases\ \{\:cider/nrepl\ \{\:main-opts\ \[\"-m\"\ \"nrepl.cmdline\"\ \"--middleware\"\ \"\[cider.nrepl/cider-middleware\]\"\]\}\}\} -M:dev:morse:test:cider/nrepl
Clojure CLI 1.11.1.1435
29.4
java corretto-17.0.8.7.1
The text was updated successfully, but these errors were encountered:
I can reproduce it with emacs -q.
emacs -q
Setting (setopt tooltip-mode nil) in the init file is a workaround to fix the issue.
(setopt tooltip-mode nil)
Sorry, something went wrong.
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 (tooptip-show "Hello").
(tooptip-show "Hello")
I noticed the same thing happening since #3725.
x-gtk-use-system-tooltips
No branches or pull requests
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: