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
Hi and thank you for this awesome module! I found a strange bug regarding the background of the main consent window. You can test this even on playground.
First check "Disable page interaction" so that the background is effectively there
You can instantly notice how the background is animated (to test again, close the popup and click on "Flip buttons" or anything else)
Now open your console and type CookieConsent.show() (with no argument or true/false, doesn't matter)
You can now see the background fails to animate
From a first sight I didn't catch anything wrong in the code, but I will check further later, do you already have any ideas maybe?
Proposed fix or additional info.
No response
Version
3.0.1
On which browser do you see the issue?
Chrome/Firefox
The text was updated successfully, but these errors were encountered:
Expected Behavior
The background of
. cm-wrapper
should animateCurrent Behavior
The background of
. cm-wrapper
does not animateSteps to reproduce
Hi and thank you for this awesome module! I found a strange bug regarding the background of the main consent window. You can test this even on playground.
CookieConsent.show()
(with no argument or true/false, doesn't matter)From a first sight I didn't catch anything wrong in the code, but I will check further later, do you already have any ideas maybe?
Proposed fix or additional info.
No response
Version
3.0.1
On which browser do you see the issue?
Chrome/Firefox
The text was updated successfully, but these errors were encountered: