Closed (works as designed)
Project:
EU Cookie Compliance (GDPR Compliance)
Version:
7.x-1.17
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2017 at 22:03 UTC
Updated:
5 Feb 2018 at 14:30 UTC
Jump to comment: Most recent
Comments
Comment #2
svenryen commentedHi floown! I have checked my test site, and the check box is unchecked here. Your problem is that you save the settings with the checkbox unchecked, and after you save it's checked again?
Comment #3
floown commentedHi !
I'm sorry I did not speak properly. In fact, I meant that the box is unchecked but that the behavior of my site is as if it were. By clearing the cookies of the browser, the warning appears but disappears by scrolling with the mouse. So the behavior is not what I expected.
Regards
Comment #4
svenryen commentedThat's ok. Can you try to check the box for the scroll option, save the form and then uncheck the box and save again? And can you double check that you're using version 1.17?
Comment #5
floown commentedHourra !
It works now ^^
Have a nice day.
Comment #6
floown commentedComment #7
renew commentedHaving the same issue over here and I'm sure re-saving would fix this issue for me too, but I'm wondering why this behavior wasn't properly fixed. I think it's an easy fix:
If we adjust line 149 in eu_cookie_compliance.module:
$scrolling_confirmation = (isset($popup_settings['popup_scrolling_confirmation']))? $popup_settings['popup_scrolling_confirmation'] : TRUE ;and change the TRUE to FALSE, it should work a lot better :-)
Comment #8
bessone commentedSame problem to me with 7.x-1.17, hacking eu_cookie_compliance.module as #7 fixed it.