I have an issue, which I saw only on Firefox : after some time (or some event which I haven't identified yet), Firefox does not react to my mouse movement events
meaning :
- when hovering over an HTML item, it does not highlight/change appearance even if it is supposed to do so,
- when hovering over a clickable item, the cursor does not change,
- when hovering over selectable text, the cursor does not change,
- tooltips do not appear,
- etc ...
if I trigger other GUI events (if I click, or if I press a keyboard key), then the GUI reacts (cursor changes, tooltips appear, animations get triggered ...), a bit as if, by handling that other event, firefox realized "oh, the cursor is actually there", but with no external event, my mousenter/mouseleave events seem to be ignored, or stalled.
Running Ubuntu 22.10 (kinetic), and regular firefox snap install (my current version: 108.0.1).
Does anyone have a similar issue ?
[edit] I opened an issue on launchpad, if any of you care to bring more details to it:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2006468