Hello,

I have notice that the choice 'Consent by scrolling' is always activated in module's configuration. I have try to check the choice too and the problem is the same.

Thanks.

Comments

floown created an issue. See original summary.

svenryen’s picture

Hi 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?

floown’s picture

Hi !

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

svenryen’s picture

That'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?

floown’s picture

Hourra !

It works now ^^

Have a nice day.

floown’s picture

Status: Active » Closed (works as designed)
renew’s picture

Having 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 :-)

bessone’s picture

Same problem to me with 7.x-1.17, hacking eu_cookie_compliance.module as #7 fixed it.