Bug 1470978

Summary: When add environment variable using a config map or secret and click select a resource drop-sown menu, page show blank in iPad Pro & iPhone Safari.
Product: OpenShift Container Platform Reporter: xipang
Component: Management ConsoleAssignee: Robb Hamilton <rhamilto>
Status: CLOSED WORKSFORME QA Contact: XiaochuanWang <xiaocwan>
Severity: low Docs Contact:
Priority: medium    
Version: 3.6.0CC: aos-bugs, jforrest, jokerman, mmccomas, wsun, xiaocwan, xipang, yapei
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-06 05:51: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
show blank page
none
Working dropdown none

Description xipang 2017-07-14 07:52:47 UTC
Created attachment 1298162 [details]
show blank page

Description of problem:
When add environment variable using a config map or secret and click select a resource  drop-sown menu, page show blank in iPad Pro & iPhone Safari.

Version-Release number of selected component (if applicable):
openshift v3.6.144
kubernetes v1.6.1+5115d708d7

How reproducible:
Always

Steps to Reproduce:
1. Create resources
$ oc new-app https://raw.githubusercontent.com/openshift/origin/master/examples/sample-app/application-template-stibuild.json

Create a configmap:

cat >>configmap <<-EOF
apiVersion: v1
kind: ConfigMap
metadata:
  name: special-config
data:
  special.how: very
  special.type: charm
EOF

2.From web consonsole, set env variables for DC/database.
2.1 clicking "Add Environment Variable Using a Config Map or Secret" from Environment twice
2.2 input Name "my_configmap", select "special-config" and "special.how" from Value

Actual results:
2.2 When click select a resource drop-dwon menu , page show blank.

Expected results:
2.2 Page does not show blank.

Additional info:

Comment 1 Samuel Padgett 2017-07-16 12:11:30 UTC
Created attachment 1299319 [details]
Working dropdown

I haven't been able to reproduce following the steps in the description.

Comment 2 Samuel Padgett 2017-07-16 12:12:13 UTC
What iOS version are you using? It happens always on both iPad and iPhone?

Comment 3 xipang 2017-07-17 06:40:18 UTC
(In reply to Samuel Padgett from comment #2)
> What iOS version are you using? It happens always on both iPad and iPhone?

iOS 10.0
when i check again, the bug didn't happen in iPhone.
But It still always happens in the iPad Pro.

Comment 4 Samuel Padgett 2017-07-17 12:31:21 UTC
I can reproduce on iPad (12.9 inch, second generation) and iOS 10.3. This feels like it might be an iOS Safari bug. Desktop Safari does not have the problem.

Comment 5 xipang 2017-07-18 01:26:33 UTC
(In reply to Samuel Padgett from comment #4)
> I can reproduce on iPad (12.9 inch, second generation) and iOS 10.3. This
> feels like it might be an iOS Safari bug. Desktop Safari does not have the
> problem.

Yeah, I think so.
Desktop Safari did not have the problem.The problem is only about iOS Safari.

Comment 6 Robb Hamilton 2018-01-18 21:22:11 UTC
I am unable to reproduce using iOS 11.2, which is what we now support since we only support the latest version of iOS.  

xipang, can you reproduce using iOS 11.2?  If not, I think spadgett is probably correct and this was mobile Safari issue in iOS 10.x.

Comment 7 Yadan Pei 2018-02-06 05:41:20 UTC
iOS 11.2(both iPhone and iPad) doesn't reproduce the issue now.

Comment 8 Yadan Pei 2018-02-06 05:51:03 UTC
Close the bug since it works now