googlearchive / core-header-panel

Simple panel with top and bottom panes
9 stars 11 forks source link

Cannot read property 'outerScroll' of undefined #21

Closed FraBle closed 9 years ago

FraBle commented 9 years ago

With the newest core-elements 0.4.0+5 we're getting an exception log on the console from the core-header-panel. It seems to be an issue with the initialization, it does not affect the functionality though.

Exception caught during observer callback: TypeError: Cannot read property 'outerScroll' of undefined
    at core-header-panel.Polymer.modeChanged (http://localhost:8080/index.html:6148:18)
    at core-header-panel.g.invokeMethod (http://localhost:8080/packages/polymer/src/js/polymer/polymer.js:13:25932)
    at core-header-panel.g.notifyPropertyChanges (http://localhost:8080/packages/polymer/src/js/polymer/polymer.js:13:24037)
    at Object.x.report_ (http://localhost:8080/packages/polymer/src/js/polymer/polymer.js:12:18274)
    at Object.S.check_ (http://localhost:8080/packages/polymer/src/js/polymer/polymer.js:12:22612)
    at c (http://localhost:8080/packages/polymer/src/js/polymer/polymer.js:12:12181) 
FraBle commented 9 years ago

Ok, seems to be fixed with b638e8d0fb9ec557b9c6f772adbbba8f4d36e5fc. Still waiting for the integration into dart core_elements pub package.