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

inFront doesn't stay above a child element's onRight element #243

Open
joshuanianji opened this issue Jul 7, 2020 · 1 comment
Open
Labels
bug This is definitely a bug, meaning it is unintended behavior. It likely needs an ellie and a test. has-ellie This is a bug and has an ellie which demonstrates it.

Comments

@joshuanianji
Copy link

I found a bug where a "popup" element displayed with inFront is not staying above an element displayed with onRight in a child element. Here is the SSCC with the Ellie.

Expected Behaviour
All the texts elements should be hidden by the "popup," but one (using onRight) isn't.

Temporary Solution
Using an adjustment attribute in the child element fixes it, such as moveUp 0. This is shown in the SSCC.

Versions

  • Browsers: Chrome, Safari, Firefox
  • All browsers are at latest versions (Chrome 83.0.4103.116, Safari 13.1.1, Firefox 76.0.1)
  • Elm Version: 0.19.1 - latest
  • Elm UI Version: 1.1.7 - latest
@github-actions github-actions bot added the has-ellie This is a bug and has an ellie which demonstrates it. label Jul 7, 2020
@alexkorban
Copy link
Contributor

#bug

@github-actions github-actions bot added the bug This is definitely a bug, meaning it is unintended behavior. It likely needs an ellie and a test. label Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is definitely a bug, meaning it is unintended behavior. It likely needs an ellie and a test. has-ellie This is a bug and has an ellie which demonstrates it.
Projects
None yet
Development

No branches or pull requests

2 participants