-
-
Notifications
You must be signed in to change notification settings - Fork 137
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 Dialogue Boxes Invisible #1271
Comments
We have an answer! @Eugeny, the modals won't show if the client device has the system's version of "Reduce motion" enabled. As soon as I disabled it my MacBook, everything works as expected :O Same issue: Discussion: I'm not sure if there's anything that can be changed within Warpgate to fix this? Or warn the user (if there's even a browser API to check the "Reduce motion" system setting) Bootstrap devs say it's working as intended (lol), surely it should just skip the animation but still render the entity?: |
I'll test this shortly, but if this is the issue I was experiencing nice find! |
I can confirm this fixed my issue as well. That explains why others and I had difficulty debugging this one. At the very least, it is worth a note in the docs. As a side note, holy moly, the animations are slow. I have forgotten 😓
lol.. |
Following on from #1226
Unfortunately, I'm at a total loss on my end. Here are my tests so far:
I can't see any common links between any of the test cases. No console errors, no assets being blocked or failing to download. The issue is that the
.show
CSS class isn't being added to the modal, or the modal backdrop.The text was updated successfully, but these errors were encountered: