summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorAndrew Fontaine <afontaine@gitlab.com>2019-06-06 09:36:17 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-06-06 09:36:17 +0000
commit8bea9eeddfa6e2e602f32c7130e39a8eb5f191ae (patch)
tree727bcb9e6acab161b3592e152da47066b0e579b0 /changelogs/unreleased
parent7468ed5fd28d08907384787d657d2bbe9af77411 (diff)
downloadgitlab-ce-8bea9eeddfa6e2e602f32c7130e39a8eb5f191ae.tar.gz
Add a New Copy Button That Works in Modals
This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/copy-button-in-modals.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/copy-button-in-modals.yml b/changelogs/unreleased/copy-button-in-modals.yml
new file mode 100644
index 00000000000..bc18eb9ab26
--- /dev/null
+++ b/changelogs/unreleased/copy-button-in-modals.yml
@@ -0,0 +1,5 @@
+---
+title: Add a New Copy Button That Works in Modals
+merge_request: 28676
+author:
+type: added