Closed (fixed)
Project:
Flexinode
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jan 2006 at 02:44 UTC
Updated:
9 Feb 2006 at 06:00 UTC
I created a content type using flexinode. When i try to edit a node, i cannot modify the "content format"! It seems to be always resorting to the system default, not the value for the specific node. i verified this by changing the default from Filtered HTML to Full HTML , and all the nodes now use this setting.
I tried installing a newer version of the "field_select.inc" file (maybe 1.13?), but it messed up other things, but may have fixed this problem (I cannot tell because the new version wouldn't let me save because it thought incorrectly that my textbox field was empty.)
I also installed contextlinks... is this causing problems?
thanks, jeff
Comments
Comment #1
ufku commentedi have the same problem.
i discovered that selected input format is correctly written to the database(node_revisions.format) on submit. However, in node/edit page i see that the default format is checked whatever the real format is.
most probably it's a simple form output issue.
Comment #2
ufku commentedproblem is: all textareas are named as edit[body] and all input formats as edit[format].
i could fix this by changing two lines in flexinode_field_textarea_form function.
Comment #3
rosenblum68 commentedI tried the above patch, but it messed up other things. When i add a new node of flexinode type, it says "you must fill in X" which is a textfield, but there IS text in that textfield. So there is still glitches need to be worked out. Thanks for trying though. Anyone else working on this bug?
Comment #4
morbus iffI just fixed this in CVS earlier this morning.
Comment #5
(not verified) commented