Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #14488 Select2 dropdown is under the artifact modal
    Infos
    #14488
    Joris MASSON (jmasson)
    2020-02-05 15:08
    2020-02-05 10:19
    15745
    Details
    Select2 dropdown is under the artifact modal

    In the Kanban, TestManagement and Planning artifact modal, when the tracker has a select2 (open lists) and when it also contains date fields (with flatpickr), the special "+" rule to adjust select2 dropdown z-index does not apply.

    The DOM is in the following state:

    <form class="tlp-modal tlp-modal></form>
    <div class="tlp-modal-backdrop-shown"></div>
    <div class="flatpickr-calendar"></div>
    <span class="select2-container select2-container--open"></span>
    

    This prevents our special rule to match and the select2 dropdown is under the artifact modal.

    This was introduced by a7164362f3f4e65b79404c4d3971877fc0f975b2

    Trackers
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson)
    Closed
    2020-02-05
    Attachments
    I am typing in an open list field, but the select2 dropdown does not show up. It is "under" the modal due to its z-index
    References
    Referenced by request #14488

    Follow-ups