Bug 903505
| Summary: | Prompt should be shown when creating apps using IE9 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Ziqian SUN (Zamir) <zsun> | ||||||||||||
| Component: | Website | Assignee: | Steve Goodwin <sgoodwin> | ||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||||||||||
| Severity: | low | Docs Contact: | |||||||||||||
| Priority: | low | ||||||||||||||
| Version: | 2.x | CC: | 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
Ziqian SUN (Zamir)
2013-01-24 08:26:14 UTC
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? 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. |