Bug 304400
| Summary: | CSS cursor property not applied correctly | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | jacobparker1992 |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | Safari 26 | ||
| Hardware: | Mac (Apple Silicon) | ||
| OS: | macOS 26 | ||
jacobparker1992
macOS Tahoe 26.2
Safari Version 26.2 (21623.1.14.11.9)
Steps:
1. Open https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/cursor
2. Hover any of the *-resize or zoom-* examples
3. Expected: Cursor applied relating to example
4. Actual: Cursor unchanged (see additional steps)
Additional Steps:
1. Hover a row that is not one of the broken cursors, but is adjacent to a broken cursor (i.e. row-resize)
2. Move the mouse from the working cursor region into a broken cursor region (i.e. move down to n-resize)
3. Expected: Correct cursor applied (or default cursor if the bug was just some cursor definitions were missing)
4. Actual: Cursor unchanged from the previous cursor (i.e. it remained row-resize, it did not reset to the default cursor)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 303845 ***