Voog / wysihtml

Open source rich text editor for the modern web
http://wysihtml.com
MIT License
3.36k stars 336 forks source link

Cookie bug since Chrome 54 #361

Open TomOffringa opened 8 years ago

TomOffringa commented 8 years ago

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.