Changes between Initial Version and Version 2 of Ticket #1654


Ignore:
Timestamp:
Dec 11, 2007, 8:57:57 PM (16 years ago)
Author:
Alfonso Martínez de Lizarrondo
Comment:

What are you doing to get the error?
What's your version of Firefox?
Did you make any other changes?

Before applying any changes it's better that we can understand exactly what we are doing, and besides that, the changes need to be done to the _source files as any changes to the compressed file that you have uploaded will be lost automatically.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1654

    • Property Keywords Pending added
    • Property Version changed from to FCKeditor 2.5
  • Ticket #1654 – Description

    initial v2  
    22
    33I tracked it down to:
    4 
     4{{{
    55if (E.contentWindow ) E.contentWindow.document.body.innerHTML='';
    6 
     6}}}
    77Even I don´t know exactly what´s happening here the "style" seems not to be clean for me: Checking if an object exist and then accessing two levels deeper than checked.
    88
    99I changed to:
    10 
     10{{{
    1111if (E.contentWindow && E.contentWindow.document && E.contentWindow.document.body ) E.contentWindow.document.body.innerHTML='';
    12 
     12}}}
    1313and now everything works as expected.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy