emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.72k stars 861 forks source link

No tool tips in the mode-line when lsp-mode is enabled #4433

Closed benleis1 closed 2 months ago

benleis1 commented 2 months ago

Thank you for the bug report

Bug description

Lsp mode seems to be surpressing the tooltips for the mode-line segments.

I can verify the help-info attributes are present but they don't show up when the mouse hovers. Switching lsp off and they work again.

Steps to reproduce

Tytn lsp-mode on for a file and put mouse over a mode-line segment that b should have a tool top like buffer name. Verified for a Java and python file so it doesn't seem language specific

Expected behavior

Tooltips should work like normal.

Which Language Server did you use?

Python and java

OS

MacOS

Error callstack

No response

Anything else?

No response

jcs090218 commented 2 months ago

Fixed in https://github.com/emacs-lsp/lsp-ui/pull/772.