From 2e0b9bd6b4f22bf5e0e74918956488ac72409ae6 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 15 Jul 2024 16:58:53 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"N=C2=B07630=20-=20Fix=20wrong=20enum/?= =?UTF-8?q?ext.=20key=20value=20selected=20when=20clicking=20on=20drop=20d?= =?UTF-8?q?own=20list=20in=20modal"=20No=20longer=20necessary=20as=20of=20?= =?UTF-8?q?https://github.com/Combodo/iTop/commit/4b3e9432df1cfc8534276a4b?= =?UTF-8?q?58f033668f896a68?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f0c37bd69e8565f716caf69ed570de45d9a1fd37. --- js/extkeywidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/extkeywidget.js b/js/extkeywidget.js index 68e30ad30..e09210165 100644 --- a/js/extkeywidget.js +++ b/js/extkeywidget.js @@ -169,7 +169,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper copyClassesToDropdown: false, inputClass: 'ibo-input ibo-input-select ibo-input-selectize', // To avoid dropdown to be cut by the container's overflow hidden rule - // dropdownParent: 'body', QUICKFIX!! N°7630 - Fix wrong enum/ext. key value selected when clicking on drop down list in modal + dropdownParent: 'body', onDropdownOpen: function (oDropdownElem) { me.UpdateDropdownPosition(this.$control, oDropdownElem); },