New issue
Advanced search Search tips

Issue 725242 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: ----



Sign in to add a comment

fix som-extension-build-failure-test

Project Member Reported by seanmccullough@chromium.org, May 22 2017

Issue description

som-extension-build-failure-test currently fails when run with &dom=shadow on Chrome 58.0.3029.110 (Official).

The issue appears to be that the element.getElementsByClassName('builder') is returning 0 results.

Changing this to element.querySelectorAll('::shadow .builder') will return results, but will fail when run without &dom=shadow.


 
I've tried to debug this several times now, but haven't yet been able to figure out how to fix this. :/
Labels: -Pri-2 Pri-3
Yeah, it's a real bear :/ It might be a compatibility problem introduced between polymer 1.0 and some more recent chrome version. 

We can probably let this one go until the polymer 2.0 upgrade.
Owner: zhangtiff@chromium.org
Status: Fixed (was: Available)
This was fixed during the Polymer 2 upgrade

Sign in to add a comment