plone / plone.protect

HTTP protection utilities for the Plone CMS
https://pypi.org/project/plone.protect/
7 stars 8 forks source link

Problem with protect.js and Tinymce < 1.3.x #23

Closed cekk closed 9 years ago

cekk commented 9 years ago

After the plone4.csrffixes patch, on plone sites < 4.3 with the old tiny, we can't add links with the editor.

I have a js error in protect.js: Uncaught RangeError: Maximum call stack size exceeded

cekk commented 9 years ago

The error in console is the following:

Uncaught RangeError: Maximum call stack size exceeded
tinymce.util.XHR.send @ ++resource++protect.js:31
tinymce.util.XHR.send @ ++resource++protect.js:39
tinymce.util.XHR.send @ ++resource++protect.js:39
tinymce.util.XHR.send @ ++resource++protect.js:39
...
cekk commented 9 years ago

sorry, but this is a plone4.csrffixes bug. The patch overrides this js.

So i can close this issue as invalid ;)