Firefox becomes unresponsive to mouse events after computer waking from sleep
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: phucnguyen1999.nn, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
Use linux and Hyprland compositor
Launch and use Firefox
Put computer to sleep and wake back up
Actual results:
Firefox becomes completely unresponsive to any mouse events, can still move the window around but none of the button in the UI or the website works. Firefox is still able to accept keyboard events.
Expected results:
Nothing should change from before sleep and firefox remains responsive to mouse events.
Notes:
Other applications work fine after waking up from sleep
This issue did not occur for Firefox version 122.0.1, only occur in 123.0.0 and later (still an issue in beta and devedition)
Comment 1•2 years 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.
| Reporter | ||
Comment 2•2 years ago
|
||
The terminal firefox is launched from is flooded with the following error message when wake up from sleep
Error: WaylandMessage::Write() too many files to send
:
Error: WaylandMessage::Write() too many files to send
:
Error: WaylandMessage::Write() too many files to send
:
Error: WaylandMessage::Write() too many files to send
:
...
I also tried launching firefox in xwayland and this issue did not occur
Comment 3•2 years ago
|
||
As a workaround you can run with MOZ_DISABLE_WAYLAND_PROXY=1 env variable. Fixed in Firefox 125.
Description
•