Closed (fixed)
Project:
EU Cookie Compliance (GDPR Compliance)
Version:
8.x-1.19
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2021 at 11:50 UTC
Updated:
27 Aug 2022 at 16:14 UTC
Jump to comment: Most recent
Comments
Comment #2
svenryen commentedThanks for the patch. We'll take a look, though we have added a feature to hide the banner visually and some people may rely on that functionality.
Comment #3
carlitus commentedI think it's better to disable at alll, no only hidden. It's a lot cleaner and has less side effects.
Comment #4
svenryen commentedI hear you, but it's hard to change a feature since we break the setup for so many sites.
Comment #5
svenryen commented@Carlitus, would a suitable solution be a function you can call to tell if the banner is shown or hidden? We can't use your patch.
Comment #6
carlitus commentedHi @svenryen, and if it's for the next version? I don't think a function could be useful, but thanks :)
Comment #7
svenryen commentedWhy is that so? You would be able to call the function and then avoid showing the overlay if the banner is hidden.
Comment #8
carlitus commentedYes, sorry, you are right. I thinks it's better to do not have the popup div instead of hidden, but the function can be useful in this last case.
Comment #9
svenryen commentedComment #10
svenryen commentedCommitted. Thanks for your patch!