Description of problem: Create an app and add ssh key. Go to app view page (i.e. app/console/application/<uuid>-<app_name>) and check ssh url. Then tried to copy&paste ssh url with middle click. Only can copy the word under mouse, fail to copy the whole ssh url although selecting all. Version-Release number of selected component (if applicable): devenv_4056 How reproducible: Always Steps to Reproduce: 1. Create an app and add ssh key 2. Go to app view page and try to copy & paste ssh url 3. Actual results: Only can copy&paste the word under mouse with middle click, can't copy&paste whole ssh url althought selecting all. Expected results: Should copy&paste whole ssh url with middle click. Additional info:
Will modify code to select text immediately on mousedown. Will merge in https://github.com/openshift/origin-server/pull/4216 Not sure if this will allow the OS to copy on middle-click, but it's the best we can do.
It looks like firefox will not allow middle-click to copy text out of the input field. Can close as cantfix since the browser doesn't appear to allow it.
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/1d75b78a75a924c6e6e31207c6dee9867ecad0e7 Fix bug 1032888: select ssh url on mousedown