google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

Firefox 3.5 and tinyMCE #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With the new version of firefox 3.5 When I edit anything on the tinyMEC, and 
I save and continue editing the BO, or just save, I get   all over the 
text that I wrote.
All was ok in the last version of firefox.
This doesn't happen when i use safari or chrome.

Original issue reported on code.google.com by alex...@gmail.com on 7 Jul 2009 at 4:01

GoogleCodeExporter commented 9 years ago
sounds weird - we´ll check that.

Original comment by sehmaschine on 7 Jul 2009 at 4:24

GoogleCodeExporter commented 9 years ago
Update:
Same problem occurs with Opera 9.62

Original comment by alex...@gmail.com on 8 Jul 2009 at 1:28

GoogleCodeExporter commented 9 years ago
This happened to me too; I had enabled the CustomCleanup callback function on
tinymce_setup.js:

cleanup_callback : "CustomCleanup",

I traced the problem to line 26:

value = value.replace(/\s{2,}/g, " ");

after removing the line, it works fine of FireFox 3.5 and most other browsers. 
It
always worked fine on FF3.0, don't know why.

Original comment by nuno.li...@gmail.com on 8 Jul 2009 at 4:26

GoogleCodeExporter commented 9 years ago
sorry for not being able to dig into this problem right now - we´re just 
refactoring
the html/css-stuff, which is a lot of work. I´ll check this issue asap.

thanks for the feedback,
patrick

Original comment by sehmaschine on 8 Jul 2009 at 4:36

GoogleCodeExporter commented 9 years ago
should be fixed with grappelli 2. the custom callback has been removed (will be
replaced with a better version).

Original comment by sehmaschine on 12 Aug 2009 at 4:01