Postponed
Project:
Image FUpload
Version:
6.x-3.0-rc2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2009 at 00:49 UTC
Updated:
22 Feb 2011 at 09:28 UTC
Jump to comment: Most recent
When i use fupload with fck editor text of body field will be replaced by after images are uploaded!
Comments
Comment #1
grandcat commentedThere are some conflicts with FCK editor at the moment.
FUpload needs a rewrite to work with FCK. So far, this issue won't be handled exclusively. I'm sorry.
Comment #2
Anonymous (not verified) commentedI come up with a custom javascript to detach the editor when the fupload "save" button is clicked, this will convert the editor text back to the textarea before saving.
Please put the following code into your js file, and see if it helps.