Skip to content

Autocompleter zIndex #24

@DontShootMe

Description

@DontShootMe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions