I use CKeditor.
There are two textarea on page
<textarea name="discription"></textarea> <textarea name="text"></textarea> I fasten ckEditor
<script> CKEDITOR.replace('text', { width: '1000px' }); </script> <script> CKEDITOR.replace('discription', { width: '1000px' }); </script> Everything works fine, but when you enter text into one of the textarea, and there you press the enter button, it scrolls the page to the bottom. What a joke is not clear. What could be?