mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°7630 - Fix wrong enum/ext. key value selected when clicking on drop down list in modal
This commit is contained in:
@@ -169,7 +169,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
|
|||||||
copyClassesToDropdown: false,
|
copyClassesToDropdown: false,
|
||||||
inputClass: 'ibo-input ibo-input-select ibo-input-selectize',
|
inputClass: 'ibo-input ibo-input-select ibo-input-selectize',
|
||||||
// To avoid dropdown to be cut by the container's overflow hidden rule
|
// To avoid dropdown to be cut by the container's overflow hidden rule
|
||||||
dropdownParent: 'body',
|
// dropdownParent: 'body', QUICKFIX!! N°7630 - Fix wrong enum/ext. key value selected when clicking on drop down list in modal
|
||||||
onDropdownOpen: function (oDropdownElem) {
|
onDropdownOpen: function (oDropdownElem) {
|
||||||
me.UpdateDropdownPosition(this.$control, oDropdownElem);
|
me.UpdateDropdownPosition(this.$control, oDropdownElem);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user