GNU bug report logs -
#48069
28.0.50; [feature/pgtk]; tooltips are jittery and sometimes obscured
Previous Next
Reported by: john muhl <email <at> johnmuhl.mx>
Date: Tue, 27 Apr 2021 17:44:01 UTC
Severity: normal
Found in version 28.0.50
Done: Yuuki Harano <masm+emacs <at> masm11.me>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 48069 <at> debbugs.gnu.org (full text, mbox):
On Mon, 03 May 2021 12:47:19 -0500,
john muhl <email <at> johnmuhl.mx> wrote:
>> I'll debug it.
>
> I wonder if these tooltips are even needed; they mostly just restate
> what the item under point already says. I browsed around a few of the
> default GNOME apps (and a few non-default others) but could not find
> any that display tooltips when hovering an item in a drop down menu
> the way Emacs does.
>
> Would just getting rid of them be an alternative to debugging the
> visibility issue?
Tooltips in emacs are written always for main windows, not menu windows,
and compositor thinks that stacking order should be:
(above)
- menu
- tooltip for main window
- main window
(below)
It is too hard to improve it...
If you don't need tooltips, you can do:
(tooltip-mode -1)
I think that jitters may stop by it.
--
Yuuki Harano
This bug report was last modified 4 years and 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.