mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
When display lists update quickly, a hit test result might be returned for a previous display list / list of hit test items. When that happens, ignore the hit test result. This fixes a crash, but there might be situations where we can do something better, such as wait for display list processing to finish before performing the hit test. A future change might do this for events like mouse clicks and touch events that should never be thrown away. Ultimately, the best thing is likely moving hit testing back to layout or script so a valid hit test can always be performed against the current DOM. Fixes #29796. |
||
---|---|---|
.. | ||
background.rs | ||
border.rs | ||
builder.rs | ||
conversions.rs | ||
gradient.rs | ||
items.rs | ||
mod.rs | ||
webrender_helpers.rs |