NEW 267633
`-webkit-user-select: none` still shows text cursor while hovering text nodes
https://bugs.webkit.org/show_bug.cgi?id=267633
Summary `-webkit-user-select: none` still shows text cursor while hovering text nodes
Samuel Elgozi
Reported 2024-01-17 05:39:15 PST
In Chrome and Firefox, if `-webkit-user-select` is set to `none` then hovering over a text node doesn't change the cursor into a text cursor. In Safari 17.2.1 the cursor changes to a text cursor while hovering over text nodes which incorrectly reflects that the text is selectable, and is different from other browsers. You can find a minimal reproduction of the problem here: https://jsfiddle.net/shock/rh7qxL2m/1/
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-24 05:40:13 PST
Note You need to log in before you can comment on or make changes to this bug.