Skip to content

SD polyfill in latest release breaks chromestatus.com #263

Closed
@ebidel

Description

Note, the live chromestatus.com is using an old version of polymer. You won't be able to repo this there.

When the list of features is filtered, I have a method that queries the shadow root:

filteredChanged: function() {
  this.asyncMethod(function() {
    featureLiList_ = this.shadowRoot.querySelectorAll('li'); // returns 0 nodes
  });
},

code here

this.shadowRoot.querySelectorAll('li') is now returning 0 nodes.

Running document.querySelector('chromedash-featurelist').shadowRoot.querySelectorAll('li') confirms this.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions