PolymerElements / iron-range-behavior

Managing a numeric value within a given range
8 stars 16 forks source link

Polymer object is undefined on IE11 due to use of behaviors #7

Closed tjsavage closed 9 years ago

tjsavage commented 9 years ago

From @dimshik100 on June 15, 2015 13:13

while checking the iron-range-behavior from your catalog on ie11, I've got the following exception: 'Polymer' is undefined.

sample link: https://elements.polymer-project.org/elements/iron-range-behavior?active=Polymer.IronRangeBehavior&view=demo:demo/index.html

Also tried iron-range-behavior uni-test from polymer-starter-kit, they all fail on IE11. http:///bower_components/iron-range-behavior/test/index.html

It looks like IE11 have some issues with polymer behaviors.

Copied from original issue: Polymer/polymer#1871

tjsavage commented 9 years ago

From @kevinpschaaf on June 16, 2015 1:41

The call to Polymer in the demo needs to be wrapped in HTMLImports.whenReady.

blasten commented 9 years ago

@dimshik100 this has been fixed!