You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-ckeditor
Hello,
I'm using gwt-ckeditor to embed ckeditor in a long page with scroll.
The problem is that when the page loads it automatically scrolls to
make visible the embedded ckeditor. I want to preserve the usual
broser behaviour so that when the page loads here is no scroll, but it
seems ckeditor wants to be visible by all means and when the page
loads it scrolls independendly on the ckedit configuration options I
use (I've tried many combinations).
This is the code I use to embed ckeditor:
Toolbar toolBar = new Toolbar();
toolBar.add(topToolBarLine);
toolBar.addSeparator();
//toolBar.add(middleToolBarLine);
toolBar.addSeparator();
toolBar.add(bottomToolBarLine);