The example with multiple editors work.
The problem seems to be with including Atlas on the page. I could not really build a simple page to demonstrate the problem. All the pages seem to work that I built. I am using a panel with rounded corners, when I take that out it works.
As a note, it only messes up the last editor control on the page when it resizes. If I put a third editor on the page, the second CE works fine, and it is the third one that comes out misaligned. So, as a hack, I put the following in:
<CE:Editor ID="dummy" runat="server" Height="1" ShowToolBar="false" ShowPreviewMode="false" ShowHtmlMode="false" ShowBottomBar="false" Width="100%"></CE:Editor>
This gives me a "horizontal rule" looking item, and keeps the first and second CE displaying, and working properly.
I have noticed from the forums that other people have problems integrating with Atlas, so I thought this might be of use. I also have an idea about how to get this to work with an update panel now. If I get the update panel figured out, I will post what I did.
I recall reading a number of times that atlas support will be available in version 6, is this correct?
Thanks,