Same for me on 14.3-RELEASE-p5, firefox-144.0_2,2.Looks fine for me FreeBSD 15.0, Firefox 140.4.0esr
I have had the same issue since upgrading to 13.5-RELEASE. I'm running XFCE so assumed that was where the problem was. What WM or DE are you running Firefox under?Do you experience the same problem with Firefox on FreeBSD?
Same, FreeBSD 14.3 p5 and Firefox 144.0 (amd64)After upgrading Firefox to version 144, the cursor no longer changes from an arrow to a hand when hovering over a link. This issue doesn't occur on other operating systems. Do you experience the same problem with Firefox on FreeBSD?
I use the default Xorg cursor.Do you use the default Xorg cursor? This appened to me with MATE, so I changed the cursor theme to Adwaita and now Firefox changes shapes normally.
Thanks. RunningI saw an install note that mentioned something specific about Firefox 140+ and mouse cursors not changing on hover (something about X themes?)
pkg info -D firefox | less shows the following text:Edit: After changing the widget.gtk.legacy-cursors.enabled setting and restarting Firefox the cursor now changes correctly when hovering over a link.## Cursors
From Firefox 142 on, this port defaults to using the new (themed)
cursor selection. On the upside, this makes Firefox respect the
desktop environment's theme, on the downside this breaks compatibility
with the legacy X cursor names. If you experience issues (i.e. the
mouse cursor not changing to the pointer ("hand") when hovering over
links), your desktop environment is most likely still set to the legacy
default/builtin "theme". To remedy this, either
- set about:config variable "widget.gtk.legacy-cursors.enabled" to "true"
to re-enable the legacy cursors, or
- use the Xcursor framework to set a cursor theme (e.g. X resource
item Xcursor.theme), see Xcursor(3) for details. The Adwaita theme
will have been installed as a dependency of gtk3 and does work.
The latter option is only available for X environments.