summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorHimanshu Kapoor <hkapoor@gitlab.com>2019-08-09 12:31:54 +0530
committerHimanshu Kapoor <hkapoor@gitlab.com>2019-08-09 12:44:42 +0530
commit8470c131fa1eaacdf5a2278b69e79939fe761dcc (patch)
tree4b22db76d754864952a6d69e4a5614efb947a9c0 /changelogs/unreleased
parentf6a201a8389895b1f3dbc510f82372cce72c4611 (diff)
downloadgitlab-ce-8470c131fa1eaacdf5a2278b69e79939fe761dcc.tar.gz
Focus on the input when clicked outside the input
Fixed in MR list and branch list components. Earlier clicking right outside the input box closed the dropdown, which was unexpected behaviour. To make it consistent with the behaviour of select2 jquery plugin, I have made clicking outside the input focus on the input by using a label.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/61332-web-ide-mr-branch-dropdown-closes-unexpectedly.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/61332-web-ide-mr-branch-dropdown-closes-unexpectedly.yml b/changelogs/unreleased/61332-web-ide-mr-branch-dropdown-closes-unexpectedly.yml
new file mode 100644
index 00000000000..1f5e507d48d
--- /dev/null
+++ b/changelogs/unreleased/61332-web-ide-mr-branch-dropdown-closes-unexpectedly.yml
@@ -0,0 +1,5 @@
+---
+title: Fix an issue where clicking outside the MR/branch search box in WebIDE closed the dropdown.
+merge_request: 31523
+author:
+type: fixed