Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contents of an invisible modal overlay other visible content #34

Open
dlavrenuek opened this issue Jul 8, 2021 · 0 comments
Open

Contents of an invisible modal overlay other visible content #34

dlavrenuek opened this issue Jul 8, 2021 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@dlavrenuek
Copy link
Contributor

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
@alexandertrefz alexandertrefz added the kind/bug Categorizes issue or PR as related to a bug. label Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants