I am trying to include the TinyMCE editor within a ContentPane within a TabContainer. I can get the editor to appear in the content pane but when I wrap the content pane within the TabContainer, the editor disappears. This seems to happen in both FF (2.0x) and IE (6.x).
I have seen various forum notes around that indicate that others have similar issues. One of the suggestions has been to use an iframe some how but then I see that there are issues with that as well. I have also fiddled with calling TinyMCE's onLoad function directly, but the issue still remains. Note that I am using Dojo version 1.1.0.
Has anyone had success in getting this to work? To be honest, if I can't get it to work, I may need to punt and use another tab widget, other than dojo, which I don't really want to do. But for various customer concerns, we cannot swap out the TinyMCE editor at this time.
