Page MenuHomePhabricator

TextInputWidget problems on IE10
Closed, InvalidPublic

Description

Opening demo page on Internet Explorer 10 shows problems with TextInputWidget, when label is positioned 'before'. On the image below minor overlap with MultilineTextInputWidget is visible as well.

text-input-widget-problems-on-ie10.PNG (552×758 px, 70 KB)

As image above shows, in initial state, label is overlapping with placeholder text in TextInputWidget. But, when input field receives focus, label goes over and only part of placeholder is visible. When text changes, label and placeholder become positioned as intended. Here is gif showing the behavior:

text-input-widgets-on-ie10.gif (468×759 px, 79 KB)

Related Objects