Initialize panel as disabled with embedded ckeditor
Initialize panel as disabled with embedded ckeditor
hi all, i'm experiencing the following problem, i've embedded a ckeditor in a tabpanel and am initializing each tab as disabled:true. The problem is the mask is rendering before the ckeditor is finished rendering leaving a gap in the mask below due to the toolbar and visual border of the ckeditor taking up extra space.
Any idea how to fix this without manually calling disable() deferred?