Since yesterday we're encountering a weird bug where a cookie we use in our app gets unset or an empty cookie gets set when the editor gets initialized.
This line seems to be the problem this._unset(iframeDocument, "cookie", "", true);
If we comment out that line everything seems to work fine. Could you maybe enlighten on why this is used and what it does? So we can maybe find out what's happening exactly that is causing this bug?
Hi,
Since yesterday we're encountering a weird bug where a cookie we use in our app gets unset or an empty cookie gets set when the editor gets initialized.
This line seems to be the problem
this._unset(iframeDocument, "cookie", "", true);
If we comment out that line everything seems to work fine. Could you maybe enlighten on why this is used and what it does? So we can maybe find out what's happening exactly that is causing this bug?
This only happens in the latest Chrome version.