Same problem here. Anybody come up with a fix for this?
Older topic
https://forums.modx.com/thread/?thread=88004&page=6
Latest from my annoying side:
Latest Firefox seems to be free of this menace
Latest Chrome is allowing this menace
Problem is agnostic to Articles or any Rich Text Editor
Problem is uber irritating
TinyMCE could have a fix
tinymce.init({
plugins: "autosave",
autosave_ask_before_unload: false
});
Here is JavaScript code handling the popup:
window.onbeforeunload = function() {
//I could remove this line, and load this script in my Manager specific pages
return 'You have unsaved annoying changes!';
}
TinymceWrapper: Complete back/frontend content solution.
Harden your MODX site by
passwording your three main folders:
core, manager, connectors and renaming your
assets (thank me later!)
5 ways to sniff / hack your own sites; even with renamed/hidden folders, burst them all up, to see how secure you are not.
Sorry to say that the ghost has returned.
Was this fixed two years ago and returned in the latest version?
~~||[ Simplicity is everything ]||~~
Hi, I just came across this same problem. Anybody out there with a solution to this? It is very annoying.
Yeah, it is a real shame since I like Articles more than Blogit, but I might have to go with Blogit for now until this is resolved. I think my client would get too annoyed with this bug.
I sometimes see it outside of Articles and I don't have TinyMCE installed. I'm pretty sure I see it in extras that don't use ExtJS/modExt.