Linux: gtk3 3.24.35 breaks mouse cursor in Firefox (and Thunderbird): Fixed in gtk3 3.24.36
Categories
(Core :: Widget: Gtk, defect, P2)
Tracking
()
People
(Reporter: ready2rumbel, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0
Steps to reproduce:
I run Fedora 37 KDE (Wayland) and ran a system update today, which upgraded gtk3 from 3.24.34 to 3.24.35. Firefox is also running with MOZ_ENABLE_WAYLAND=1.
Actual results:
Once gtk3 was upgraded to 3.24.35, the mouse cursor behavior in Firefox broke. It would only display the default mouse cursor instead of i.e changing to the link (hand) selector when hovering over a link, changing to the appropriate icon when adjusting the size of the window or even to the text selector when highlighting text or clicking in a text box. At some point, the mouse cursor disappeared entirely while in the Firefox window.
Once I reverted back to 3.24.34, the mouse cursor behaves properly.
Expected results:
The upgrade from gtk3 3.24.34 to 3.24.35 should not break the mouse cursor. I'm not sure if the issue is on Firefox or the gtk3 lib developers but I thought to bring it to your attention.
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
|
||
I also created a report on the gtk gitlab tracker for cross-reference purposes:
https://gitlab.gnome.org/GNOME/gtk/-/issues/5379
Comment 4•2 years ago
|
||
I can confirm downgrading GTK3 to version 3.24.34 fixes the issue temporarily.
Comment 6•2 years ago
|
||
I can confirm that this bug exists on my Fedora 37 install with that version of gtk3
(I described this bug here before knowing about this bug report existing, so I marked it as duplicate)
Comment 7•2 years ago
|
||
Updating to gtk3 3.24.36 fixes the issue
Reporter | ||
Comment 8•2 years ago
|
||
I can also confirm that the issue is resolved with v3.24.36. Cheers!
Comment 9•2 years ago
|
||
https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.36.news
- Wayland:
- Fix problems with X<>Wayland DND
- Revert cursor changes from 3.24.35
- Fix handling of surrounding text in input
https://gitlab.gnome.org/GNOME/gtk/-/commits/gtk-3-24/
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5329
Description
•