[Koha-bugs] [Bug 32768] New: Autocomplete suggestions container should always be on top of other UI elements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 31 13:34:07 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32768

            Bug ID: 32768
           Summary: Autocomplete suggestions container should always be on
                    top of other UI elements
 Change sponsored?: ---
           Product: Koha
           Version: 22.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Staff interface
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: pedro.amorim at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Bug 30719 introduces a modal with a patron autocomplete input in it.
Because the .modal uses a z-index: 1050 and the autocomplete container with
.ui-autocomplete .ui-front CSS classes is picking up z-index: 100 from
.ui-front, the autocomplete suggestions appear behind the modal dialog and
can't be interacted with.

This CSS entry from addbiblio.css should be moved into global-staff.scss for
wider  use:
.ui-autocomplete {
    z-index: 2000;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list