From a0feca97113475a024b53f153fb4d029eb6db388 Mon Sep 17 00:00:00 2001 From: kasimi Date: Mon, 4 Jan 2021 18:45:36 +0100 Subject: [PATCH] [ticket/16677] Copy event listeners and element data when populating dropdown PHPBB3-16677 --- phpBB/styles/prosilver/template/forum_fn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 72dc6b7736..60a2fd8faa 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -544,7 +544,7 @@ function parseDocument($container) { } // Copy the list items to the dropdown if (!copied1) { - var $clones1 = $linksFirst.clone(); + var $clones1 = $linksFirst.clone(true); $menuContents.prepend($clones1.addClass('clone clone-first').removeClass('leftside rightside')); if ($this.hasClass('post-buttons')) {