As we all know, jQuery UI dialogs can be resized and dragged, and both this feature can be enabled or disabled by passing a boolean value to the appropriate key in the init options.
I was wondering, however, wouldn't it be much better to have more control over this two feature? Specifically, I'd like to have the possibility to specifiy the drag and resize options myself, for example, having a drag/resize ghost instead of manipulating the dialog directly, or having the item dragged with an animation, and so on.
This would be most useful for those users, like me, who have very "heavy" dialog load in their page (mine can have 4-5 open at a time, each dialog containing an iframe with a full webpage loaded, and when it comes to dragging and resizing, it tends to be quite slow, both on Firefox 3.6 or Chrome 7).
Do you think would it be possible to have such functionality implemented? If so, how could it be done?