Bug 903505

Summary: Prompt should be shown when creating apps using IE9
Product: OKD Reporter: Ziqian SUN (Zamir) <zsun>
Component: WebsiteAssignee: Steve Goodwin <sgoodwin>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: ccoleman, dmcphers, sgoodwin, szhou, yujzhang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-15 14:18:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Display Under IE9
none
ie9
none
ie9
none
Chrome
none
IE9 none

Description Ziqian SUN (Zamir) 2013-01-24 08:26:14 UTC
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:

Comment 1 Ziqian SUN (Zamir) 2013-01-24 08:26:46 UTC
Created attachment 686543 [details]
Display Under IE9

Comment 2 Steve Goodwin 2013-01-24 19:59:48 UTC
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

Comment 3 Steve Goodwin 2013-01-24 20:00:36 UTC
Created attachment 686943 [details]
ie9

Comment 4 Steve Goodwin 2013-01-24 20:01:04 UTC
Created attachment 686944 [details]
ie9

Comment 5 Ziqian SUN (Zamir) 2013-01-25 03:02:12 UTC
(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.

Comment 6 Ziqian SUN (Zamir) 2013-01-25 03:04:16 UTC
Created attachment 687148 [details]
Chrome

Comment 7 Ziqian SUN (Zamir) 2013-01-25 03:05:51 UTC
Created attachment 687149 [details]
IE9

Comment 8 Clayton Coleman 2013-01-31 06:13:27 UTC
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?

Comment 9 Steve Goodwin 2013-02-07 20:36:10 UTC
Fix commit https://github.com/openshift/origin-server/pull/1342

Comment 10 openshift-github-bot 2013-02-08 12:54:48 UTC
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

Comment 11 Yujie Zhang 2013-02-16 05:47:27 UTC
(In reply to comment #9)
Tested on devenv_2814, the placeholder text has been added when creating app using IE9, so verify this bug.