PolymerElements / paper-drawer-panel

A Material Design two-section responsive panel
https://www.webcomponents.org/element/PolymerElements/paper-drawer-panel
25 stars 42 forks source link

Does paper-drawer-panel not work with Polymer 0.5.1 ? #144

Closed robs15 closed 8 years ago

robs15 commented 8 years ago

Description

Paper drawer panel is added into DOM when inspected in browser, but is not displaying. Polymer version being used is 0.5.1. Panel is being added in another polymer element. While trying to access the openDrawer() method, it says, method is undefined.

Expected outcome

Panel should work as seen in examples on polymer site.

Actual outcome

Panel is seen in DOM but not visible.

Live Demo

Steps to reproduce

Browsers Affected

pdperror1 pdperror2

notwaldorf commented 8 years ago

Unfortunately not; this element (and all elements in the PolymerElements org only work with Polymer 1.0 (also an explicit dependency in bower)

robs15 commented 8 years ago

Thanks @notwaldorf !