New issue
Advanced search Search tips

Issue 692283 link

Starred by 1 user

Issue metadata

Status: Archived
Owner:
Closed: Oct 31
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

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.

 

Comment 1 by l...@chromium.org, Feb 15 2017

Owner: alph@chromium.org
Status: Assigned (was: Untriaged)
alph@, could you please take a look?  This is related to a feature under experiment.
Status: Archived (was: Assigned)
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