Skip to content
Code-Schnipsel Gruppen Projekte
Commit af28ae90 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'dev' into 'master'

fix: select dropdown calcs thez- index

See merge request !7
Übergeordnete 85b8b7ef a3cf265e
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!63Update 'next-2.x' with latest changes from 'main',!7fix: select dropdown calcs thez- index
......@@ -17,12 +17,13 @@ define('qui/controls/elements/Select', [
'qui/controls/loader/Loader',
'qui/controls/buttons/Button',
'qui/controls/elements/SelectItem',
'qui/utils/Elements',
'Ajax',
'Locale',
'css!qui/controls/elements/Select.css'
], function (QUI, QUIControl, QUILoader, QUIButton, SelectItem, Ajax, QUILocale) {
], function (QUI, QUIControl, QUILoader, QUIButton, SelectItem, QUIElementUtils, Ajax, QUILocale) {
"use strict";
/**
......@@ -350,7 +351,8 @@ define('qui/controls/elements/Select', [
styles: {
display: '',
left : this.getElm().getPosition().x + 2,
width : this.getElm().getSize().x - 4
width : this.getElm().getSize().x - 4,
zIndex : QUIElementUtils.getComputedZIndex(this.getElm()) + 1
}
});
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren