paper-icon-button icon indicating copy to clipboard operation
paper-icon-button copied to clipboard

warning by async loading in chrome

Open s-trooper opened this issue 8 years ago • 1 comments

Hi, if i load this element with async attr like:

<link rel="import" href="/shared/polymer/bower_components/paper-icon-button/paper-icon-button.html" async>
<link rel="import" href="/shared/polymer/bower_components/paper-toolbar/paper-toolbar.html" async>

i get in chrome a warning but not in FF:

[paper-listbox::_flattenBehaviorsList]: behavior is null, check for missing or 404 import   polymer-micro.html:277 
[paper-item::_flattenBehaviorsList]: behavior is null, check for missing or 404 import    polymer-micro.html:277 
[paper-button::_flattenBehaviorsList]: behavior is null, check for missing or 404 import

Browsers Affected

  • [x] Chrome
  • [ ] Firefox
  • [ ] Safari 9
  • [ ] Safari 8
  • [ ] Safari 7
  • [ ] Edge
  • [ ] IE 11
  • [ ] IE 10

s-trooper avatar Sep 22 '16 07:09 s-trooper

I think the root cause of this problem is https://github.com/Polymer/polymer/issues/2522

IntranetFactory avatar Jan 07 '17 15:01 IntranetFactory