Opened 16 years ago
Last modified 16 years ago
#3988 closed Bug
[FF] Can not second save — at Version 4
Reported by: | lisaj | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by ) ¶
In firefox (tested 3.0, 3.5) if send data via ajax and recreate editor second send no change text area. I create test file with sam error.
- Open file
- Write text
- Send
Text is set correctly
- Write another text
- Send
Old text is set

Change History (7)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → CKEditor 3.0 |
Changed 16 years ago by
Attachment: | 3988.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
@lisaj
I didn't test the patch with your original problematic sample page, please help us to verify it with nightly build after this ticket get fixed.
comment:3 Changed 16 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:4 Changed 16 years ago by
Description: | modified (diff) |
---|

Providing a reduced TC.
The bug is actually due to the call to editor.destroy() on submit event.