You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joshuanianji opened this issue
Jul 7, 2020
· 1 comment
Labels
bugThis is definitely a bug, meaning it is unintended behavior. It likely needs an ellie and a test.has-ellieThis is a bug and has an ellie which demonstrates it.
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
The text was updated successfully, but these errors were encountered:
bugThis is definitely a bug, meaning it is unintended behavior. It likely needs an ellie and a test.has-ellieThis is a bug and has an ellie which demonstrates it.
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
The text was updated successfully, but these errors were encountered: