#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
- go to ckeditor.com/demo
- set the article source to:
<pre> aaaa bbbb cccc dddd eeee </pre>
(There are several other configurations (some not invloving 's) which also cause this bug. This is the most consistently reproducible.)
- in wysiwyg mode, place the cursor at the end of line cccc
- press backspace
Expected: A C was deleted. The source now looks like this:
<pre> aaaa bbbb ccc dddd eeee </pre>
Actual: a line ending was deleted. The source now looks like this:
<pre> aaaa bbbb cccc dddd eeee </pre>
Change History (2)
comment:1 Changed 14 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue is not reproducible anymore (checked with CKEditor 4.4.3 and FireFox 31).
Confirmed on Firefox 3.6.10