Hide Forgot
Description of problem: Visit web console on IE9. Placeholder on like "SEARCH" on header can't display. Also for sign up page, placeholder can't display. This only occurs on IE9. Detail can be found in attachment. Version-Release number of selected component (if applicable): INT(devenv_4101) How reproducible: Always Steps to Reproduce: 1. Go to web console on IE9 2. Check placeholder on search bar 3. Check placeholder on sign up page Actual results: Can't display placeholder on IE9. Expected results: Content as placeholder should display well on IE9. Additional info:
Created attachment 833429 [details] search
Created attachment 833430 [details] sign up
IE9 doesn't support the placeholder attribute (http://caniuse.com/#feat=input-placeholder) We have input form labels for the sign up page, and the search field has the search icon to indicate the purpose of the field. Closing as wontfix