When using the autogrow plugin with Google Chrome, each time you set focus on the editor or type into the editor, the entire window is scrolled to the top of the page (or the element containing the editor).
To reproduce:
Use
CKEDITOR.editorConfig(config){
config.extraPlugins = 'autogrow';
config.autoGrow_minHeight=200;
config.autoGrow_maxHeight=0;
config.autoGrow_onStartup=true;
config.removePlugins='resize';
}
Replace any default textarea with JavaScript API
CKEDITOR.replace('test');
Tried to debug but can't find the issue
Wed, 08/24/2011 - 14:26
#1
Re: Bug in AutoGrow plugin and Chrome
Can you try to reproduce it on the nightly build? Some fixes for editor resizing and focus issues were checked into the current code base (CKEditor 3.6.2) -- like #6212, so it is possible that this issue is already fixed. If not, can you report it on our Development site, as described here? Thanks!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Bug in AutoGrow plugin and Chrome
Appears to have done the trick! Thanks Anna
Re: Bug in AutoGrow plugin and Chrome
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!