Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Medvinsky <me@dmedvinsky.name>2014-10-31 13:56:35 +0300
committerDmitry Medvinsky <me@dmedvinsky.name>2015-04-17 10:16:18 +0300
commit92544df8da414d506d56b12a6f7077d6abc1e80b (patch)
tree7ef277a5853a16594993fa728c6083c6f1baea9f /CHANGELOG
parentf71a4b145a454f33b9e6bec08e698426eb4a4994 (diff)
Fix auto-selection of URL field with X11 selection
We use `focusin` event instead of `click` because when using the latter, when the selection is created it isn't put into X11 PRIMARY selection. And as a Linux user I'm very used to such behaviour that when something gets selected, it's ready for pasting, which is the primary purpose of the clone URL field. When `focusin` is used, the selection is copied to X11 buffer automatically, so it works as expected (tested in Firefox and Chrome).
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7337bd2187c..616d485dcfe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.11.0 (unreleased)
- -
+ - Fix clone URL field and X11 Primary selection (Dmitry Medvinsky)
-
-
-