PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Label not shown in empty paper-textarea on IE11 #637

Open icewhite opened 6 years ago

icewhite commented 6 years ago

Description

The label for a paper-texarea is not shown in IE 11

Expected outcome

Specified label should be shown in a paper-textarea - It is shown properly in Chrome & Firefox but not in IE11. Here is how it looks in Chrome: capture chrome

Actual outcome

And here it is in IE11 (with the problem textarea lassoed in red): capture ie

Live Demo

The issue can be observed on the paper-input demo page using IE11. https://www.webcomponents.org/element/PolymerElements/paper-input/demo/demo/index.html

Steps to reproduce

  1. Go to https://www.webcomponents.org/element/PolymerElements/paper-input/demo/demo/index.html in IE11.
  2. Look at the first example of a paper-textarea. See Chrome for how it is supposed to look.

Browsers Affected