Changeset 5581
- Timestamp:
- 06/10/10 11:57:35 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/scayt/plugin.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5580 r5581 57 57 <li><a href="http://dev.fckeditor.net/ticket/5732">#5732</a> : If it isn't possible to connect to the SCAYT servers the dialogs might hang in Firefox. Fix for Firefox>=3.6.</li> 58 58 <li><a href="http://dev.fckeditor.net/ticket/5807">#5807</a> : [FF2] New page command results in uneditable document.</li> 59 <li><a href="http://dev.fckeditor.net/ticket/5807">#5807</a> : [FF2] SCAYT plugin is disabled in Firefox2 due to selection interference.</li> 59 60 <li><a href="http://dev.fckeditor.net/ticket/5772">#5772</a> : [IE] Some numbered list style types are not supported by IE6/7 and causes JavaScript error.</li> 60 61 </ul> -
CKEditor/trunk/_source/plugins/scayt/plugin.js
r5574 r5581 1 /*1 /* 2 2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.html or http://ckeditor.com/license … … 358 358 loadEngine : function( editor ) 359 359 { 360 // SCAYT doesn't work with Opera.361 if ( CKEDITOR.env. opera )360 // SCAYT doesn't work with Firefox2, Opera. 361 if ( CKEDITOR.env.gecko && CKEDITOR.env.version >= 10900 || CKEDITOR.env.opera ) 362 362 return editor.fire( 'showScaytState' ); 363 363
Note: See TracChangeset
for help on using the changeset viewer.
