Changes between Initial Version and Version 6 of Ticket #2525


Ignore:
Timestamp:
Oct 9, 2008, 7:24:54 AM (15 years ago)
Author:
Martin Kou
Comment:

Tidied up the description a bit.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2525

    • Property Status changed from new to assigned
    • Property Cc alexandre@… added
    • Property Summary changed from Google Chrome bug if FCKConfig.StartupShowBlocks is set to true. to Chrome: error if FCKConfig.StartupShowBlocks = true
    • Property Owner set to Martin Kou
    • Property Version changed from SVN to FCKeditor 2.6.3 Beta
    • Property Keywords Confirmed Chrome Firefox added
  • Ticket #2525 – Description

    initial v6  
    11Hello,
    22If you execute FCKEditor on Google Chrome on the latest trunk (seem appear in the 2.6.3), I have an error if FCKConfig.StartupShowBlocks is set to true.
     3{{{
    34Uncaught TypeError: Cannot read property 'nodeType' of null http://127.0.0.1/www.lib/fckeditor/edit ... wblocks.js (line 59)
    4 
     5}}}
     6{{{
    57[...]
    68if ( FCKBrowserInfo.IsIE )
     
    2224}
    2325[...]
    24 
     26}}}
    2527To fix the problem I have just added "try catch" in the "else" branch.
    2628
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy