Opened 13 years ago

Closed 10 years ago

Last modified 10 years ago

#6370 closed Bug (fixed)

FireFox deleting last character from a line deletes the EOL rather than the character

Reported by: Jude Allred Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Firefox Cc:

Description

  1. go to ckeditor.com/demo
  1. set the article source to:
    <pre>
    aaaa
    &nbsp; bbbb
    &nbsp; cccc
    &nbsp; dddd
    eeee
    </pre>
    

(There are several other configurations (some not invloving &nbsp;'s) which also cause this bug. This is the most consistently reproducible.)

  1. in wysiwyg mode, place the cursor at the end of line cccc
  1. press backspace

Expected: A C was deleted. The source now looks like this:

<pre>
aaaa
&nbsp; bbbb
&nbsp; ccc
&nbsp; dddd
eeee
</pre>

Actual: a line ending was deleted. The source now looks like this:

<pre>
aaaa
&nbsp; bbbb
&nbsp; cccc&nbsp; dddd
eeee
</pre>

Change History (2)

comment:1 Changed 13 years ago by Krzysztof Studnik

Keywords: Firefox added
Status: newconfirmed
Version: 3.0

Confirmed on Firefox 3.6.10

comment:2 Changed 10 years ago by Marek Lewandowski

Resolution: fixed
Status: confirmedclosed

This issue is not reproducible anymore (checked with CKEditor 4.4.3 and FireFox 31).

Last edited 10 years ago by Marek Lewandowski (previous) (diff)
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