Hi devs,
While working on the new GWT-based WYSIWYG editor, I find out that the
default DialogBox from GWT moves very slow when dragged if it contains
many HTML elements (like a table with 10 rows and 20 columns). In the
current WYSIWYG editor dialog boxes are used for color picker, custom
character, insert image / attachment / macro / table. Before I start
porting these dialogs to GWT I'd like to ask you:
Do you agree with using dialog boxes for these features?
* if so, do you think it's ok to optimize the way they are moved by
showing only their border while dragging (win95-like)?
* if not, how can we replace them?
Thanks,
Marius