-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Displaying the black square a few milliseconds in the "animation: false" in Modal #5298
Comments
Is this with 1.1.0? Can you give more information about this scenario? I am having trouble reproducing this. |
Here https://www.youtube.com/watch?v=ZGVNKinES6A video that demonstrates this point. When animation: false on older PCs, the black shading can be seen for a long time. |
I need more information still - what versions does this occur in, and how best can I reproduce it in order to craft a fix for this? Without this information, this isn't likely to be fixed. |
This is version 1.1.0.
Put breakpoints
Inspecting (F8) |
Using the above technique, I too see for a moment the backdrop element only having the following classes for a number 'cycles': Eventually the backdrop element finishes on |
I don't know if there is a possible solution, but a workaround is this overriding CSS .modal-backdrop {
opacity: .5;
} But it does leave backdrop inherently broken by default. |
We may try fixing this by switching from $animateCss to $animate - anyone may try their hand at experimenting with a switch and seeing if this fixes the issue, but if not, I will investigate this myself. |
Looks like I'm still running into this issue (slower computer). Is there a way to manually remove the fade-in/fade-out, or just adjust the timing? I tried disabling animation and I'm seeing the same issue (1.2.6). |
@mb2140 Have you tried my previously suggested CSS override? |
I tried: .modal-backdrop { But it doesn't seem to do anything. I'm wondering if maybe this is an inline style being set by js somewhere? Also the issue seems to only happen in Chrome (v49) for me - FIrefox looks correct. |
If you turn off the animation dialog box, at the moment, it appears completely black shade.
this problem can be clearly seen in the browser IE11, or on slower computers
The text was updated successfully, but these errors were encountered: