Changes between Initial Version and Version 6 of Ticket #2525
- Timestamp:
- Oct 9, 2008, 7:24:54 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2525
-
Property
Status
changed from
new
toassigned
- Property Cc alexandre@… added
-
Property
Summary
changed from
Google Chrome bug if FCKConfig.StartupShowBlocks is set to true.
toChrome: error if FCKConfig.StartupShowBlocks = true
- Property Owner set to Martin Kou
-
Property
Version
changed from
SVN
toFCKeditor 2.6.3 Beta
- Property Keywords Confirmed Chrome Firefox added
-
Property
Status
changed from
-
Ticket #2525 – Description
initial v6 1 1 Hello, 2 2 If 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 {{{ 3 4 Uncaught TypeError: Cannot read property 'nodeType' of null http://127.0.0.1/www.lib/fckeditor/edit ... wblocks.js (line 59) 4 5 }}} 6 {{{ 5 7 [...] 6 8 if ( FCKBrowserInfo.IsIE ) … … 22 24 } 23 25 [...] 24 26 }}} 25 27 To fix the problem I have just added "try catch" in the "else" branch. 26 28