Closed (fixed)
Project:
BUEditor
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2009 at 20:37 UTC
Updated:
20 Apr 2009 at 16:50 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot-Create Feature Article | Solutions - Mozilla Firefox-1.png | 178.44 KB | gdoteof | |
| Screenshot-Create Feature Article | Solutions - Mozilla Firefox.png | 170.46 KB | gdoteof |
Comments
Comment #1
ufku commentedIs this valid for only a specific theme? Do you see BUEditor js code in the source where it doesn't appear?
Comment #2
gdoteof commentedI 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.
Comment #3
ufku commentedWith other themes?
Comment #4
gdoteof commentedsorry yes, it is happening in my customized zen subtheme and also an unmodified chameleon theme.
Comment #5
ufku commentedUse 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;}
Comment #6
gdoteof commentedi see sort of where you are coming from.
neither
div.node-form {clear: both;}
nor
.editor-container { clear: both;}
had any noticeable effect.
Comment #7
gdoteof commentedbump?
Comment #8
gdoteof commentedthis was panels breaking BUEditor, it is fixed with the latest alpha release