Opened 17 years ago
Closed 13 years ago
#2103 closed Bug (worksforme)
[FF] Unstable editing with blockquote and formatted text
Reported by: | Geir Helge Tjøstolvsen-Schmidt | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6 |
Keywords: | Firefox | Cc: |
Description (last modified by )
We're having a problem when using blockquote and formatted text. After we've been writing a couple of paragraphs and starts to edit the text, line breaks are removed where it shouldn't and wrong characters are removed. I'm reporting this in the same bug since it might be just two ways to reproduce the same bug.
Both examples are reproduced in version 2.5.1 and 2.6 with Firefox 2.0.0.13 on Ubuntu and Windows XP. I've not been able to reproduce the bug in IE 6 or 7.
Line breaks that are removed How to reproduce:
- Click blockquote and select format "formatted"
- Type
a a a
- Hit enter two times creating a paragraph
- Type
b b b
- Hit enter two times creating a paragraph
- Type
c c c
- Hit CTRL+Z, hit enter once and type
c
- Move the cursor in front of the last b
- Hit backspace
The last b is placed after the second b, that's good, but at the same time the last c is placed after the second c.
Wrong character deleted
- Click blockquote and select format "formatted"
- type "asdf" hit enter two times and type "hjkl"
- Move the marker at the beginning of the line with "hjkl"
- Hit backspace two times in order to move "hjkl" on the same line as "asdf"
Result: One hit on backspace removes the empty line, the next removes the "f" and if you continue the whole line with "asdf" will be deleted.
What I'd expected: The string "hjkl" to be moved at the end of "asdf"
Change History (4)
comment:1 Changed 17 years ago by
comment:3 Changed 17 years ago by
Keywords: | Confirmed Firefox added |
---|---|
Summary: | Unstable editing with blockquote and formatted text → [FF] Unstable editing with blockquote and formatted text |
Confirmed in FF2 using FCKeditor 2.6 and SVN. Works OK in IE.
comment:4 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
Ah, all my line breaks was removed in the report :(
The editor content should look like this before hitting CTRL+Z:
a
a
a
b
b
b
c
c
c
It's important that you use undo and retype the last c before trying to remove the line break between the second and the third b.