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:
authorAli Tavakoli <ali.tavakoli@gmail.com>2014-07-09 22:45:13 +0400
committerAli Tavakoli <ali.tavakoli@gmail.com>2014-07-10 02:16:24 +0400
commit0b1cf50060de0d0a3039dfb2fca47364c7fb5f82 (patch)
treefa4c49284623735eb4b32dbb53179153205461e4 /CHANGELOG
parent1f3261ac414ce42e5bbb6d5e0891e2cb5483dace (diff)
Added .closest() to find Reply button on click; fixes #401
This is to fix the issue where the icon-comment icon is clicked in the Reply button of a note; the icon is used as the target and incorrectly assumed to be the button itself, which causes the reply form to spawn inside the button.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 45383d97780..f6843aaa6a9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@ v 7.1.0
- Fix LDAP TLS authentication (Boris HUISGEN)
- Show VERSION information on project sidebar
- Improve branch removal logic when accept MR
+ - Fix bug where comment form is spawned inside the Reply button
v 7.0.0
- The CPU no longer overheats when you hold down the spacebar