[BSD] cursor: not-allowed isn't changing the mouse cursor
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
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:
- Create a test HTML page with the following markup: <button style="cursor: not-allowed;">Not Allowed</button>.
- Browse to the test page.
- 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.
Comment 1•1 year 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.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Gaston, curious to know if you hit the same on OpenBSD ?
Comment 3•1 year ago
|
||
<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.
Description
•