-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Modal Dimmer Blur Bug #2007
Comments
Hi @patrickgaskill, this is strange indeed. It seems to be strictly limited to how Chrome deals with CSS Since our project doesn't deal with CSS, only React components, please post this over at https://github.com/Semantic-Org/Semantic-UI. |
@levithomason I was going to post this issue on the other repo, however, the issue seems to have gone away? However, I am using a chromebook now, and the blurr works perfectly. Can you confirm that it is not working for you still, then maybe it's a problem from a specific version of chrome? Chrome version: Version 60.0.3112.80 (Official Build) (64-bit) |
@levithomason Upon further development of my application I figured out how this bug works, and I'll post to the main repo afterwards. Basically, there's two ways to make the bug go away:
Example:
Anyways, I'll probably post this to the main repo sometime soon. |
Steps to Reproduce
Have a header, button or similar on a page with the styling properties set for "top", "margin", "position" will cause a bug with the dimmer blurring effect on modal. If you take off the styling then the problem goes away! Very strange
Expected
Expect modal to blurr everything in background instantly.
Result
When modal is brought up, the text/button will not blurr fully for 1 second. However, on my own personal application the blurr will not blurr these elements at all. I was unable to recreate my exact bug, but I recreated the 1second fail to blurr bug.
Version
0.71.3
Testcase
Here is the codepen showcasing the issue: https://codepen.io/philliprognerud/pen/brxpBo
The text was updated successfully, but these errors were encountered: