Hi,
I'm using CKEditor 3.4.1 and found some strange bug:
editor's config has option startupFocus: true, but when I open page in Google Chrome editor only has yellow border - to start typing I must click editor. I downloaded previous releases and note, that this bug appears first time in version 3.3.2: 3.3.1 works fine, 3.3.2 and later - editor only has yellow border.
For reproducing this situation I used "Shared Toolbars" example:
In IE and FF example works fine - you can start typing just when page is loaded
I'm using CKEditor 3.4.1 and found some strange bug:
editor's config has option startupFocus: true, but when I open page in Google Chrome editor only has yellow border - to start typing I must click editor. I downloaded previous releases and note, that this bug appears first time in version 3.3.2: 3.3.1 works fine, 3.3.2 and later - editor only has yellow border.
For reproducing this situation I used "Shared Toolbars" example:
CKEDITOR.replace( 'editor1',
{
sharedSpaces :
{
top : 'topSpace',
bottom : 'bottomSpace'
},
// Removes the maximize plugin as it's not usable
// in a shared toolbar.
// Removes the resizer as it's not usable in a
// shared elements path.
startupFocus: true,
removePlugins : 'maximize,resize'
} );
In IE and FF example works fine - you can start typing just when page is loaded
