Failed to lookup the event that scheduled a style invalidator invalidation
Reported by
r...@opera.com,
Feb 15 2017
|
||
Issue description
With the devtools experiment "timelineInvalidationTracking" enabled, style invalidations often end up with printing this to the console: "Failed to lookup the event that scheduled a style invalidator invalidation.".
A simple descendant invalidation like the reproduces this:
<!DOCTYPE html>
<style>
.a .b { color: green }
</style>
<div>
<span class="b">Green</span>
</div>
<script>
document.body.offsetTop;
document.querySelector("div").className = "a";
</script>
What's the plan and status of this feature? It looks like the implementation has not been updated after the introduction of sibling invalidation sets.
I've discovered that this is an issue using style invalidation for adding/removing stylesheets as well.
,
Oct 31
Bulk closing low-priority issues with no activity. Please re-file and refer to the closed issue if it's essential to fix. |
||
►
Sign in to add a comment |
||
Comment 1 by l...@chromium.org
, Feb 15 2017Status: Assigned (was: Untriaged)