Red Hat Bugzilla – Bug 1395079
Hover at Tooltip show info twice when ConfigMap is shown in Pod Environment
Last modified: 2017-08-16 15:51 EDT
Description of problem: When a pod consume the configmap value, configmap value will be shown in Pod Environment tab, when hover at the question mark ?, it will show info twice Version-Release number of selected component (if applicable): v3.4.0.26 How reproducible: Always Steps to Reproduce: 1.Create ConfigMap and a Pod that consume the configmap value # oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/configmap/configmap.yaml # oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/configmap/pod-configmap-command.yaml 2.Login to web console 3.Go to Pods page 4.Check Pods Environment tab Actual results: 4. SPECIAL_LEVEL_KEY -> Set to the key special.how in config map special-config SPECIAL_TYPE_KEY -> Set to the key special.type in config map special-config When hover at the question mark "?", it will show info twice: This is a referenced value that will be generated when a container is created. On running pods you can check the resolved values by going to the Terminal tab and echoing the environment variable. Expected results: 4.Message should be shown only once, no need to show twice Additional info:
Created attachment 1220691 [details] ShowInfoTwice
Created attachment 1221041 [details] Common_twice_display Found the twice display issue on other places, e.g, input invalid env var name on BC page, DC page, Crate From Image page, it shows 'Please enter a valid key" and '?' icon. Hovering upon the '?' icon, the issue occurs, see attachment Common_twice_display
I haven't been able to reproduce, but it seems specific to the key value editor. What browser are you using?
Both comment 0 and comment 2 are reproduced on both Firefox and Chrome for me. My Firefox version is 49, Chrome version is 53. Didn't check other browsers yet.
The second one is the browser's title text popup, its not a second bootstrap tooltip. If you hover over the (?) long enough you will see both.
Fixed in https://github.com/openshift/origin-web-console/pull/1090 Waiting for merge queue to open before moving to modified.
*** Bug 1428996 has been marked as a duplicate of this bug. ***
This has been merged into ocp and is in OCP v3.6.27 or newer.
Description and comment 2 have fixed in OCP v3.6.27
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1716