I am trying to use CuteEditor with ASP.NET AJAX's (release 10618) TabPanel.
I have a TabContainer hardcoded on a User Control, which gets loaded onto a page within the ContentTemplate of an UpdatePanel. If I dynamically create the CuteEditor and add it to a HARDCODED TabPanel within the TabContainer, all is well. If I dynamically create the CuteEditor and add it to a DYNAMICALLY created TabPanel within the TabContainer, all is not well. I cannot type within the box and when trying to select any of the functional buttons, they do not work and upon hovering receive the cursor of a circle with a diagonal line through it. I tested this in Firefox 2.0.0.5 and IE 7.0. This is only an issue in Firefox. I can dynamically add other controls to a TabPanel in the same manner and it works fine in Firefox.