Bug 1329749 - MySQL password with hidden space in OpenShift web console
Summary: MySQL password with hidden space in OpenShift web console
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Management Console
Version: 2.x
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
: 2.x
Assignee: Timothy Williams
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-22 20:22 UTC by Jan Kalina
Modified: 2017-05-31 18:22 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-31 18:22:11 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.