Open Bug 1930817 Opened 1 year ago Updated 1 year ago

[BSD] cursor: not-allowed isn't changing the mouse cursor

Categories

(Core :: Widget: Gtk, defect, P5)

Firefox 132
defect

Tracking

()

UNCONFIRMED

People

(Reporter: duncan, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0

Steps to reproduce:

  1. Create a test HTML page with the following markup: <button style="cursor: not-allowed;">Not Allowed</button>.
  2. Browse to the test page.
  3. Hover my pointer over the button.

Versions of things:

  • Mozilla Firefox 132.0.1
  • FreeBSD 14.1-RELEASE-p4

Note that I have only been able to reproduce this on Firefox 132.0.1 for FreeBSD. Firefox 132.0.1 for Linux behaves as expected.

Actual results:

The cursor didn't change while hovering over the button - it remained a regular mouse pointer.

Expected results:

The cursor should have changed to a not allowed symbol while hovering over the button.

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.

Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Priority: -- → P5
Summary: cursor: not-allowed isn't changing the mouse cursor → [BSD] cursor: not-allowed isn't changing the mouse cursor

Gaston, curious to know if you hit the same on OpenBSD ?

Flags: needinfo?(landry)
<html>
<body>
<button style="cursor: not-allowed;">Not Allowed</button>
</body>
</html>

when hovering on the button (firefox 136; OpenBSD 7.6) the cursor changes to a 'not allowed' sign.

Flags: needinfo?(landry)
You need to log in before you can comment on or make changes to this bug.