Description of problem: Prompt for the input boxes should be shown when creating apps using IE9. Version-Release number of selected component (if applicable): devenv_2716 How reproducible: Always Steps to Reproduce: 1.Login in the web console using IE 9 2.Click on "Create Application" 3. Actual results: There will be no prompt in input box. However, prompt can be seen on Chrome 24 Expected results: There should be prompt in input box. Additional info:
Created attachment 686543 [details] Display Under IE9
I tested this on production using IE9 and the focus was visible on both input fields. Please check your IE advanced settings / tabbed browser settings screenshots attached
Created attachment 686943 [details] ie9
Created attachment 686944 [details] ie9
(In reply to comment #2) > I tested this on production using IE9 and the focus was visible on both > input fields. > > Please check your IE advanced settings / tabbed browser settings > > > screenshots attached Maybe I did not describe it clear enough. I mean, on Chrome, there is a prompt in the input box showing "Application name" or "Namespace", but there are no such prompt if we uses IE9. I will attache the screenshot for chrome and IE9 so we can see it clear.
Created attachment 687148 [details] Chrome
Created attachment 687149 [details] IE9
IE9 doesn't support placeholder text and we won't work around it with JS. Steve, are there any clever workarounds you can think of to handle browsers without placeholder text?
Fix commit https://github.com/openshift/origin-server/pull/1342
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/91aa59b14456ec4603e9337ee5f7581b3945588f Merge pull request #869 from sg00dwin/bug-fixes Bug 903505: Add function for placehold on signin page
(In reply to comment #9) Tested on devenv_2814, the placeholder text has been added when creating app using IE9, so verify this bug.