klaro-js
klaro-js copied to clipboard
[Win 8.1/IE11] Consent reset via Manager does not work
Steps to reproduce
We add a link for resetting consents on our page like so:
<a data-resetconsent="1">Reset consent</a>
Which triggers the following JavaScript:
$('[data-resetconsent=1]').on('click', (e) => {
e.preventDefault();
window.klaro.getManager().resetConsents();
location.reload();
});
Current behavior
In IE11 on Windows 8.1 the following error occurs:

IE11 on Windows 10 seems to be fine.
Expected behavior
The Klaro cookie is resetted correctly.
Hi @saitho! Thanks for reporting this, I don't have a Windows 8.1 development environment to debug this unfortunately, we can only test IE support via IE11 and its emulation of older versions.
Can you possible try to run this with a developer version of Klaro? You'd need to run the Klaro development server and load Klaro from there. That version is not minified and easier to debug.
I don't have a Windows 8.1 development environment to debug this unfortunately, we can only test IE support via IE11 and its emulation of older versions.
Hi @adewes,
Microsoft offers free Virtual Machines for various Windows versions for that: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
Sure, we can look into that! BTW, if your organization can afford it please consider buying a Klaro Company/Agency subscription (https://kiprotect.com/klaro/prices), this helps us to work on more issues with priority and secure the development of the OS version as well. Thanks!