Bug 283703
| Summary: | Support cursor CSS property on pseudo-elements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | New Bugs | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | mic.gallego, prashant.chitti, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
`cursor` doesn't work on `::backdrop` / `::marker` nor view transition pseudo-elements currently.
It currently only works on `::before` / `::after` since they are backed by some nodes in the DOM tree.
We should fix the logic of `EventHandler::selectCursor` to support pseudo-elements that are only backed by renderers.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140840982>
Tim Nguyen (:ntim)
*** Bug 297038 has been marked as a duplicate of this bug. ***
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/49444
Tim Nguyen (:ntim)
*** Bug 237892 has been marked as a duplicate of this bug. ***
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 237892 ***