Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Contents of an invisible modal overlay other visible content #34

Description

@dlavrenuek

Description

At the moment a hidden modal and it's content is still present in the DOM and is visually on the same place. The visibility is only deactivated by opacity: 0 and pointer-events: none. This leads to the content still being targeted when an element has pointer-events: auto - in the IAM this was the case with input fields.

Related issue: https://github.com/camunda/iam/issues/2627

Possible solution

At the end of the animation

  • set visibility: hidden
  • remove the modal from DOM

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions