-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X EE, Master
-
Fix Version/s: 7.0.0 DXP FP24, 7.0.4 CE GA5, 7.1.X, Master
-
Component/s: UI Taglibs
-
Fix Priority:2
-
Browsers:Internet Explorer 11
-
Git Pull Request:
IE10 and IE11 use text and textarea input field placeholder value as input field value
Steps to Reproduce:
- Deploy the attached .jar file, gradebook.web-1.0.0.jar
- Click the Save button
Expected Result: The input field should have a placeholder and an empty value
Actual Result: The input field value is set to the placeholder value when using IE11
Note: The fix for this issue is to disable the placeholder for textarea inputs on IE10 and IE11.
Related Articles:
- is duplicated by
-
LPS-73501 IE11 uses textarea input field placeholder as input value on initial page load
- Closed