Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.2-1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2008 at 08:28 UTC
Updated:
7 Jul 2009 at 19:36 UTC
I'm having a bizarre random problem. I have two textareas on a cck node type. Sometimes when I edit a node from this node type, contents from the second field are dumped into the first textarea and replaces any content that should be shown the first. This happens about half the time. I'm at at a loss to explain this. I'm using FF 2.X.
Comments
Comment #1
Steve Dondley commentedI did a 20 run trial. The text areas loaded correctly only 3 times out of 20. The rest of the time, the contents from field 2 replaced the contents from field 1.
Comment #2
Steve Dondley commentedI cannot duplicate this issue with IE7, only Firefox.
Comment #3
Steve Dondley commentedTwo other observations that might help troubleshoot this problem:
Comment #4
Steve Dondley commentedAlright, I was able to eliminate this problem by setting the "Show disable/enable rich text editor toggle" setting to false. Downgrading the priority on this to normal since there is a workaround. However, this issue becomes more critical if users are not allowed to view the source of the posting with the "source" button.
Comment #5
wwalc commentedCan you check the latest dev release which will be available tomorrow?
It may have something to do with the way how FCKeditor was loaded.
Comment #6
webcomm commentedI'm also seeing this with FCK and CCK. I haven't tried the dev release yet.
In 6.x-1.2-1, If I click an "edit" link directly from the content item, the content in my "Intro" CCK field appears in both the Intro field and in the Body field. The problem only occurs when FCK is enabled.
If I visit this page...
/admin/content/node
...and click an "edit" link from there, the problem does not occur. It only occurs when visiting the edit interface directly from the content item itself. It's as if visiting
/admin/content/node clears some cache somewhere, or changes how FCK loads.
Changing the "Show disable/enable rich text editor toggle" setting to false is a workaround, as previously mentioned.
Comment #7
webcomm commentedI installed the dev release and am not seeing this bug anymore.
Comment #8
Jorrit commentedDoes this solve the issue for others as well?
Comment #9
Jorrit commentedClosed because of inactivity. If it is still a problem, please reopen.