Hi,
we have Java Application with 4 CKEditor instances on the page. When I hit Enter Key when carret is inside text editor the whole page scrolls up along with CKEditor text area. For the sake of test I have added regular RichTextArea between CKEditor instances on the same VerticalPanel making them equal in terms of event handling by our application.
Enter button in RichTextArea does not scroll whole page! Everything stays still and only RichTextArea scroll bar is moving as it should.
Apparently CKEditor is passing up an Enter Key event and as a result it is being handled twice - by CKEditor and by the form.
I have tested on 3 browsers: IE11, ForeFox 29 and GoogleChrome. The same behaviour.
Any help will be appreciated.
You should report this on the
You should report this on the dev site and include a reduced code of your HTML page.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!