For a long time I couldn't figure out why BUEditor wouldn't show up in my node creation or edit forms but showed up in comments no problem.

Eventually I realized if I hit 'preview', whether or not I had entered anything into the fields the BUEditor would show up.

Comments

ufku’s picture

Status: Active » Postponed (maintainer needs more info)

Is this valid for only a specific theme? Do you see BUEditor js code in the source where it doesn't appear?

gdoteof’s picture

I should have posted the diff file for sources from before and after the preview button is being hit. There were two hidden form id fields that were different (they looked to be unique identifiers of some sort), other than that it seemed to be the same., all the same js being loaded, etc

i can confirm it is also happening in an unmodified chameleon theme.

ufku’s picture

With other themes?

gdoteof’s picture

sorry yes, it is happening in my customized zen subtheme and also an unmodified chameleon theme.

ufku’s picture

Use css to fix this in your theme. The buttons are enclosed by div.editor-container which is under div.node-form.
Start trying with div.node-form {clear: both;}

gdoteof’s picture

i see sort of where you are coming from.

neither

div.node-form {clear: both;}
nor
.editor-container { clear: both;}

had any noticeable effect.

gdoteof’s picture

bump?

gdoteof’s picture

Status: Postponed (maintainer needs more info) » Fixed

this was panels breaking BUEditor, it is fixed with the latest alpha release

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.