PolymerElements/paper-header-panel

/deep/ combinator is deprecated

Closed this issue · 4 comments

paper-header-panel is still using the deprecated /deep/ combinator, please update.

This was fixed by @blasten here: #9.

@platinumindustries please make sure you're using the latest version, and let me know if this is still happening. Looks fixed.

looks like a mistake, chrome (Version 47.0.2526.111) is throwing errors in the console log and complaining about line 482 in paper-header-panel.html.
This is the line:

    this._setAtTop(main.scrollTop === 0);

Why's that?

I too am seeing this issue with Version 56.0.2924.87 (64-bit) chrome. This warning occurred after I added paper-search-bar to my page.