Closed (fixed)
Project:
BUEditor
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 07:30 UTC
Updated:
3 Oct 2009 at 12:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
ufku commentedtry adding content* in visibility settings
Comment #2
Roulion commentedNope
I try to add content* and content/* in the visibility settings but it doesn't work
Comment #3
ufku commentedThis 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
Comment #4
Roulion commentedI applied the patch and it woks good
thank you
Comment #5
ufku commentedcommitted. thanks.