mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-17 15:25:35 +00:00
Previously, starting a view transition on an element inside a `display:none` subtree would crash because querying the view transition name unconditionally accessed `computed_properties()`, which is not calculated for these elements unless explicitly requested. We now skip these non-rendered elements early, before querying the view transition name, to avoid the crash. |
||
|---|---|---|
| .. | ||
| ViewTransition.cpp | ||
| ViewTransition.h | ||
| ViewTransition.idl | ||