Ticket #3505 (closed Bug: fixed)
Enter key on empty document is broken
| Reported by: | fredck | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | High | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | Confirmed Review? | Cc: |
Description
- Load any sample.
- Select all text (CTRL+A).
- Delete the selected text with BACKSPACE.
- Hit ENTER.
A JavaScript error is thrown and the caret doesn't move. Going to Source after it we have:
<p> <br /> </p> <p> <span _fck_bookmark="1" style="display: none;"><span> </span> </span><br /> </p> <p> <span _fck_bookmark="1" style="display: none;"> </span><br /> <br /> </p>
Attachments
Change History
comment:1 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Status changed from new to assigned
comment:2 Changed 3 years ago by garry.yao
- Keywords Review? added
Update the CKEDITOR.dom.element::scrollIntoView to consider bookmark nodes.
Note: See
TracTickets for help on using
tickets.

