Skip to content

Different expanding performance for Dropdown in different order #1278

Description

@bleakglory

When placing multiple Dropdown components inside a Container::Vertical, their interactive behavior becomes inconsistent depending on the order in which they are clicked.

When clicking from top to bottom (i.e., first the topmost, then the one below), the previously opened dropdown correctly closes before the next one gains focus.

However, when clicking in reverse order (from bottom to top), the previously opened dropdown does not close. This results in two (or more) dropdown menus staying open simultaneously, overlapping and creating a confusing UI state.

It seems like it is related to the OnEvent handling order and i am not sure whether it can be identified as a problem.

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