I am using the latest version. One bug is really giving me trouble. I searched the whole forum...but no solution. Please help me if you can:
Bug: On my site, the Data from database is loaded into FCKeditor. When the data is limited...all goes well. But if it is huge..i get this error "Stack Overflow at line: 49". Earlier i thought i could be some special text inside the data..giving trouble. But then i tested with sample data like: "demo demo demo demo". I still get error..when data is huge.
milomaxwell wrote:Is anyone else having trouble with Autogrow? It no longer is working in either IE7 or Firefox2 - if I revert back to 2.60 it works fine.
Thanks for your reply. I am using it within Oracle Portal. We just recently upgraded to this version. I will continue to investigate to find the culprit. I will post any findings.
milomaxwell wrote:Is anyone else having trouble with Autogrow? It no longer is working in either IE7 or Firefox2 - if I revert back to 2.60 it works fine.
Re: FCKeditor 2.6.2 released
I am using the latest version. One bug is really giving me trouble. I searched the whole forum...but no solution. Please help me if you can:
Bug: On my site, the Data from database is loaded into FCKeditor. When the data is limited...all goes well. But if it is huge..i get this error "Stack Overflow at line: 49". Earlier i thought i could be some special text inside the data..giving trouble. But then i tested with sample data like: "demo demo demo demo". I still get error..when data is huge.
Can you plz help...
Thanks in advance
Bob
Re: FCKeditor 2.6.2 released
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.2 released
I use 2 instances of FCK on one very long page - about 4-5 screens down from the top.
Re: FCKeditor 2.6.2 released
Re: FCKeditor 2.6.2 released
Re: FCKeditor 2.6.2 released
http://dev.fckeditor.net/ticket/2319
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.2 released
Re: FCKeditor 2.6.2 released
I have the following code:
<div><style type="text/css">.red{background-color:#ff0000;}</style></div> <table width="200" cellspacing="1" cellpadding="1" border="1"> <tbody> <tr class="red"> <td>TEST</td> <td>TEsT</td> </tr> <tr> <td>TEST</td> <td>TEsT</td> </tr> <tr> <td>TEST</td> <td>TEsT</td> </tr> </tbody> </table>For some reason fckeditor turns it into this:
<div><style type="text/css">.red{background-color:#ff0000;}</style></div> <table width="200" cellspacing="1" cellpadding="1" border="1"> <tbody> <tr class="red"> <td>TEST</td> <td>TEsT</td> <td>TEST</td> <td>TEsT</td> </tr> <tr> <td>TEST</td> <td>TEsT</td> </tr> </tbody> </table>Any ideas as to why this is happening?
Re: FCKeditor 2.6.2 released
I've pasted your source data in both IE and Firefox and no changes have been made to it... there should be something else.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.2 released
http://dev.fckeditor.net/
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.2 released
Thanks for your reply. I am using it within Oracle Portal. We just recently upgraded to this version. I will continue to investigate to find the culprit. I will post any findings.
Re: FCKeditor 2.6.2 released
it gets changed to:
Is this correct?
Re: FCKeditor 2.6.2 released
http://dev.fckeditor.net/ticket/2347
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.2 released
Re: FCKeditor 2.6.2 released
Re: FCKeditor 2.6.2 released
http://forum.joomla.org/viewtopic.php?p=1695679#p1695679