Bug 1329749

Summary: MySQL password with hidden space in OpenShift web console
Product: OpenShift Online Reporter: Jan Kalina <jkalina>
Component: Management ConsoleAssignee: Timothy Williams <tiwillia>
Status: CLOSED WONTFIX QA Contact: Yadan Pei <yapei>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.xCC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: 2.x   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-31 18:22:11 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:

Description Jan Kalina 2016-04-22 20:22:54 UTC
Description of problem:
When I copy password from web console, it is copied with space at the begin.
It is annoying when I start phpMyAdmin for example, and copy password into starred password field where I didnt see the problem.
This space is in HTML source, so it should not be problem to remove it.

Steps to Reproduce:
(Firefox 44, Fedora)
0. https://openshift.redhat.com/app/console/applications
1. Add MySQL cartridge
2. Click on "show" in "Password:" to display "mypassword"
3. Doubleclick on the password
4. Now is in the clipboard password with space at the begin.

Actual results:
<span id="db_link_2" class=""> mypassword</span>

Expected results:
<span id="db_link_2" class="">mypassword</span>

Comment 1 Eric Paris 2017-05-31 18:22:11 UTC
We apologize, however, we do not plan to address this report at this time. The majority of our active development is for the v3 version of OpenShift. If you would like for Red Hat to reconsider this decision, please reach out to your support representative. We are very sorry for any inconvenience this may cause.