with the new version of the tabs module (and cck_fiedgroup_tabs), thue BUEditors buttons don't appear on textfields wich are in tabs. (for example, on your node form you add a group of fields whichis display in tab).

i guess i would have to add a new visibility settings such as "content_xxx/xxx/*, but i can'tfind what.

If anyone could help ?

thanks in advance

CommentFileSizeAuthor
#3 bueditor.js_.visibility.patch939 bytesufku

Comments

ufku’s picture

Status: Active » Fixed

try adding content* in visibility settings

Roulion’s picture

Status: Fixed » Active

Nope

I try to add content* and content/* in the visibility settings but it doesn't work

ufku’s picture

Status: Active » Needs review
StatusFileSize
new939 bytes

This appears to be a visibility checking issue. BUE does not install on invisible textareas to prevent editor UI appearing without a textarea under it.

In case of tabs, the content wrapper has style.visibility=hidden property which jQuery takes into consideration while checking any child element's visibility. AFAIK, it shouldn't because it doesn't do so for the style.display property.

Anyway, the patch replaces jQuery check with the old style check as in BUEditor 5.x

Roulion’s picture

I applied the patch and it woks good

thank you

ufku’s picture

Status: Needs review » Fixed

committed. thanks.

Status: Fixed » Closed (fixed)

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