I have noticed that when you have editable fields displayed on the full view of your node, and you are using Display Suite for it, the editable fields inherit the layout from Renderable Elements since they are inside a form.
Right now there is not way (at least I didn't find it) to specify a layout for the node form and another layout for the editable field. Also the link "Manage form display" is displayed all the time on the editable field and when you click it you get nothing in the popup window.
Maybe if setting a different layout for editable fields is too complicated you at least could stop this layout propagation.
Thanks a lot.
Comments
Comment #1
johazielI get same bug but without using Renderable elements
I found that is ds_forms_form_alter who does this bug
so i changed the function like this, and that works for me but may be there is a better way to do that
Comment #2
swentel commentedI'm not supporting Renderable elements anymore, that module is just to freaking complicated to get right.
Comment #3
johazielIt's not about Renderable elements !!
Comment #4
manuelBS commentedI have the same Problem in editable field forms, without renderable elements.
Comment #5
swentel commentedFrom which module is this btw ?
Comment #6
manuelBS commentedJust using ds_forms and editable fields modules
Comment #7
swentel commentedHmm, it's a pity there isn't something extra on the form or form_state but oh well. Committed a fix.
Comment #8
swentel commented