Closed (fixed)
Project:
EU Cookie Compliance (GDPR Compliance)
Version:
8.x-1.20-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2022 at 12:01 UTC
Updated:
9 Sep 2022 at 15:09 UTC
Jump to comment: Most recent
Comments
Comment #2
glugmeister commentedI think the issue might be caused by this condition not being fired at line 174 of eu_cookie_compliance.js:
I wonder why the last part of the condition
&& !versionChangedis included? If it is removed, it fixes the issue ...So in other words, if:
and cookie agreed version hasn't changedthen the pop-up consent banner is created (but not shown) and the privacy settings tab is present to toggle it. I'll submit a patch if this makes sense.
Comment #5
glugmeister commentedComment #8
svenryen commentedMakes sense. Thanks for the contribution!