UI dialog and TinyMCE

UI dialog and TinyMCE


I'm using TinyMCE as the basis of a CMS I'm developing because the
only jQuery based editor I can find (WYM) is lacking a lot of features
and seems to have stalled in development.
One feature I really want is to be able to insert an image into the
TinyMCE instance from a dialog. The idea is that the dialog lists
images that have been uploaded to the CMS and the user can insert one
by clicking on it.
The problem I'm having is that the drag and resize behaviour for the
dialogs seems to get erativ when dragging/resizing oveer the TinyMCE
editor. Has anyone else run into this? Is it bugs in UI dialogs
that's causing this (I'm using the beta version of 1.5), bugs in
TinyMCE itself or do they just not play well together. Are there any
workarounds available?