dart-archive / polymer_elements

https://pub.dartlang.org/packages/polymer_elements
BSD 3-Clause "New" or "Revised" License
24 stars 17 forks source link

Paper drop down content shrinks each time you use it #124

Closed alextekartik closed 8 years ago

alextekartik commented 8 years ago

(polymer element 1.0.0rc 8)

To reproduce, copy the following html in any element (no code needed - this is the code from the demo)

<paper-dropdown-menu label="Dinosaurs">
  <paper-listbox class="dropdown-content">
    <paper-item>allosaurus</paper-item>
    <paper-item>brontosaurus</paper-item>
    <paper-item>carcharodontosaurus</paper-item>
    <paper-item>diplodocus</paper-item>
  </paper-listbox>
</paper-dropdown-menu>

Each time I click on the arrow, the paper drown srinks until it becomes unusable.

someone reported that for the javascript version at some point: http://stackoverflow.com/questions/33639892/polymer-paper-dropdown-menu-button-shrinking

Any workaround available?

zoechi commented 8 years ago

That's a Dartium issue and shouldn't occur in other browsers.. A new Dartium is on its way (hopefully soon).

alextekartik commented 8 years ago

Indeed, I just checked on Chrome 48 and it works so that's fine. I'll close this issue. thanks Gunter