#5781 closed Bug (fixed)
[[FF]] We can't delete/backspace chars after a sequence of actions
Reported by: | Satya Minnekanti | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | 3.2 |
Keywords: | Firefox IBM | Cc: | Damian, joek |
Description (last modified by )
To reproduce the defect:
- Open Ajax sample.
- Type a single character 'a' and then press Backspace 2 times.
- Press Undo or Ctrl + Z to get the character back.
- Now try to delete the Character using Delete or Backspace
Expected Result:
User should be able to delete the Character using Delete or Backspace
Actual Result:
We can't delete the Character no matter how many no of times we press Delete.
We were able to delete the Character only when we type some new character
Attachments (2)
Change History (9)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Confirmed Firefox added |
Changed 14 years ago by
Attachment: | 5781.patch added |
---|
comment:2 Changed 14 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
I'm sure we've faced something similar in the past.
You're right, #3864 precisely.
comment:3 Changed 14 years ago by
Status: | review → review_failed |
---|
the idea is goo. But, after patch, the editor is automatically adding an empty line to the contents when loading it blank:
- Open the ajax sample.
- Create an editor instance.
- Click inside the editor.
In the source view, you'll see some unwanted stuff.
This is probably related to the improper creation for the bogus node, which doesn't match the CKEDITOR.dom.element.appendBogus code.
Changed 14 years ago by
Attachment: | 5781_2.patch added |
---|
comment:4 Changed 14 years ago by
Keywords: | Confirmed removed |
---|---|
Owner: | changed from Garry Yao to Sa'ar Zac Elias |
Status: | review_failed → review |
comment:5 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5749].
comment:7 Changed 12 years ago by
Cc: | damo,joek → damo, joek |
---|
Fix is reverted with [5749] since Gecko has fixed the bug.
Confirmed with Firefox. Works well with IE.
This is clearly a browser bug. I'm sure we've faced something similar in the past.
Other than fixing it at our side, it would be useful to report it to Mozilla with a reduced TC.