Opened 14 years ago

Closed 14 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:

  1. Load an empty editor (or click New Page).
  2. With the focus in the editor, hit ENTER.
  3. Hit BACKSPACE to return to the first paragraph.
  4. Type "Test".

Note that the cursor moves one line to the bottom. The final output is:

<p>
	<br />
	Test</p>

Attachments (1)

4964.patch (689 bytes) - added by Frederico Caldeira Knabben 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Frederico Caldeira Knabben

Attachment: 4964.patch added

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review? added
Owner: set to Frederico Caldeira Knabben
Status: newassigned

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [4919].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy