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:
authorJacob Schatz <jschatz@gitlab.com>2016-06-29 22:22:08 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-30 22:19:57 +0300
commit966eedd36720888f75207497e8ff7e708115c54d (patch)
tree8d617424336f6a48596d98bc749fe088d867f86e /CHANGELOG
parent70fd0177692d1d67965f099d7814cb3bd95b6dd1 (diff)
Merge branch 'search-input-blur' into 'master'
Fixed search field blur not removing focus ## What does this MR do? Adds a blur event to remove focus styling from the search input. Any particular reason we were looking for clicks on the document? I can't see why we would be. ## What are the relevant issue numbers? Closes #18670 ## Screenshots (if relevant) ![tab](/uploads/4c74d4f76ec7b45bfcf581606d2defb5/tab.gif) See merge request !4704 (cherry picked from commit c051630aa88d3394a77108aa8ad422c91b0aec9f)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 761f423a88a..65e7eff5c9d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.9.4
- Fix privilege escalation issue with OAuth external users.
- Ensure references to private repos aren't shown to logged-out users.
+ - Fixed search field blur not removing focus. !4704
v 8.9.3
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963