mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-21 03:10:26 +00:00
If a node that establishes a StackingContext has `pointer-events: none`, hit testing should first proceed with hit testing the SC's children before deciding to bail. We were checking for `pointer-events` too early, causing large parts of certain websites to be noninteractive. Fixes #6017.
21 lines
180 B
Text
21 lines
180 B
Text
<DIV id="a1">
|
|
<BODY>
|
|
---
|
|
<DIV id="b3">
|
|
<DIV id="b2">
|
|
---
|
|
<A id="c1">
|
|
<BODY>
|
|
---
|
|
<I id="d2">
|
|
<B id="d1">
|
|
---
|
|
<DIV id="e2">
|
|
<BODY>
|
|
---
|
|
<A id="f1">
|
|
<BODY>
|
|
---
|
|
<#text>
|
|
<A id="g2">
|
|
---
|