Skip to content

ListSelector has workaround for Patternfly bug #136

@ghjm

Description

@ghjm

The ListSelector has a workaround here: https://github.com/Altinity/altinity-dashboard/blob/main/ui/src/app/Components/ListSelector.tsx#L17 for a bug in Patternfly where the ContextSelector does not open on first click when menuAppend is set to document.body, tracked here: patternfly/patternfly-react#6824. After the upstream issue closes, we should remove the workaround.

As an alternative, we could implement ListSelector using composable menu components instead of the all-in-one ContextSelector, as documented here: https://www.patternfly.org/v4/demos/composable-menu/#context-selector-using-menu-components

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions