Question

The problem I have is that I have a "tabpanel" inside a tabpanel and inside a tinyMce editor, the problem is that in I.E. the texteditor don´t shows well because the render event launch to earlier and is painted bigger than necesary, I tried with:

      deferredRender:true

But this cause colateral damages like not charging data I need before open a tab because I need to send it in an update event. So what could I do? I tried also with forceLayout:false, but I have the same problem. Any solution? thanks!

Was it helpful?

Solution

Never use deferredRender:true, it makes thinks very difficult and all become a crazy XD.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top