Opened 15 years ago
Closed 15 years ago
#4964 closed Bug (fixed)
BACKSPACE positioning is wrong
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | General | Version: | 3.1 |
Keywords: | Confirmed Review+ | Cc: |
Description
At least with Firefox:
- Load an empty editor (or click New Page).
- With the focus in the editor, hit ENTER.
- Hit BACKSPACE to return to the first paragraph.
- Type "Test".
Note that the cursor moves one line to the bottom. The final output is:
<p> <br /> Test</p>
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 4964.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Frederico Caldeira Knabben |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [4919].