Hide Forgot
Description of problem: Add env/lable with very long value during app creation, the tooltip for the long value doesn't show the value well in multiple lines, but show it in a long line on firefox 43 and show partial value on IE11 and Edge25 on win10. The tooltip shows long value well on chrome49 and safari 9 Version-Release number of selected component (if applicable): openshift v1.1.1-155-ga3dd1f0 kubernetes v1.1.0-origin-1107-g4c8e6f4 etcd 2.2.2 Firefox 43 IE11 Edge25 How reproducible: Always Steps to Reproduce: 1.Login on web console from firefox43, IE11, Edge25 separately. 2.Add env/lable with very long value during app creation, after env/label added, hover to the value to show the tooltip. 3. Actual results: 2.The tooltip shows value in a very long line on firefox 43 and show partial value on IE11 and Edge25 on win10. Expected results: 2.Tooltip should show value well in multiple lines. Additional info:
Created attachment 1118405 [details] firefox.png
The name and value label fields now only allow a maximum of 63 characters. Thus this is no longer an issue. Please verify. thanks
Created attachment 1133900 [details] 63 character length
Created attachment 1133901 [details] tooltip
The issue still exists on Firefox 44 and IE11/Edge25 on win10, when add long environment variables, and when edit an added label value to a long value. Pls refer to attachment env.png and label.png
Created attachment 1134016 [details] env.png
Created attachment 1134017 [details] label.png
Adding some info to this issue... Firefox's default tooltip behavior doesn't wrap non-breaking strings of text. There is no way to do so through css only. The user can get the entire value by enabling editing on that value. Screen readers can access the entire string. In light of these factors we will hold off on making changes currently. And may, in the future, look at alternatives such as implementing a show all link for the full value.
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions
openshift v1.3.0-alpha.3+0a9f79a kubernetes v1.3.0+52492b4 etcd 2.3.0+git Checked on origin again, now there is no tooltip shown up when the env value is very long, no matter on creation page or on dc/bc environment page. Is the tooltip feature changed ?
Yes the tooltip is no longer needed, in the new implementation of the environment variable editing/viewing you always have access to the full message in the input. In the old version when in "view" mode on that form you had no way to see the full text.
According to comment 10 and 11, this is no longer an issue now, so move the bug to Verified.