googlearchive / paper-toast

A lightweight feedback about an operation in a small popup at the base of the screen on mobile and at the lower left on desktop.
17 stars 8 forks source link

Tast does not show on IE11 #5

Closed gulbrillo closed 10 years ago

gulbrillo commented 10 years ago

The opacity and display state are not changed by the core-transition (I guess) and the toast remains hidden (display=none, opacity=0) in both views (normal and narrow). The transition itself is fired, but it seems not to affect all values. Changing the display and opacity values manually works.

frankiefu commented 10 years ago

Sounds like the issue is in core-overlay. Filed https://github.com/Polymer/core-overlay/issues/8

frankiefu commented 10 years ago

fixed by https://github.com/Polymer/core-overlay/issues/8