tooltips automatically disappear and hover status becomes false when the mouse pointer becomes invisible, e.g. with unclutter
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: vincent-moz, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0
Steps to reproduce:
- Open a page with a tooltip, as provided by the
title
attribute, e.g.data:text/html,<p title="tooltip">foo
. - Put the mouse pointer over the text, e.g. "foo" with this example.
- Wait for a few seconds.
Actual results:
Immediately after step 2, a tooltip appears. But after a few seconds, it automatically disappears.
Expected results:
The tooltip should remain visible.
Note: in case this matters, my window manager is FVWM.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Reporter | ||
Comment 2•1 year ago
|
||
With mozregression, 2022-01-08 was bad already, and previous versions crash. But I don't remember noticing the issue several weeks ago. Here, this is a new machine, mostly Debian/stable, while my old machines have Debian/unstable. I plan to fully upgrade this new machine to Debian/unstable soon, so that I could compare.
Reporter | ||
Comment 3•1 year ago
|
||
BTW, I've also noticed that the mouse pointer also automatically disappears after a few seconds. This is global, thus unrelated to Firefox (and there is no such behavior on my other machines). But in Firefox, the mouse pointer disappears at the same time as the tooltip, so that this may be the cause of the bug in Firefox.
This may be the same issue as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808425 (which I reported in 2015) in Debian's Firefox.
Reporter | ||
Comment 4•1 year ago
|
||
I've noticed that unclutter was installed and running (it seems that Debian now installs it by default!), and killing it makes the issue disappear.
I'm changing the title to "tooltips automatically disappear and hover status becomes false when the mouse pointer becomes invisible, e.g. with unclutter" since
- this is probably not related to FVWM, as I could see that the cause was unclutter;
- the "after a few seconds" exactly corresponds to the time the mouse pointer becomes invisible (due to unclutter);
- this also affects the hover status, thus CSS menus, such as the one at https://www.vinc17.net/cijml/index.fr.html (example for Debian bug 808425).
Description
•