-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Autocompleter.js
The zIndex are not set at the creation time so the list could appears behind other elements :
// Position the menu to appear directly below the input.
(function() {
var iLayout = this.input.getLayout();
this.menu.element.setStyle({
left: iLayout.get('left') + 'px',
top: (iLayout.get('top') + iLayout.get('margin-box-height')) + 'px' ,
----------->>> zIndex : 9999 <<<------------ just add this line here to fix it
});
Metadata
Metadata
Assignees
Labels
No labels