Ok I admit I hit a roadblock and so I thought to use this blog as a means to seek help. I want to make form elements resizable and draggable at the same time but when I run the ‘makeresizable’ and ‘makedraggable’ functions on form elements, they break. The functions are over at lines 4138, 4155 in http://github.com/fluidia/fluidia/blob/master/engine/js/base_jquery.js. To replicate the breaking, please download the code from github or have a look at stage. Then add a form element such as a button or textarea onto the canvas, followed by selecting it, and finally try to resize it. The element becomes resizable and draggable but broken as the resizing handles get out of sync with the form element. I’ve been trying to solve this for a few days and seem to not be getting anywhere.
So, if you’re into Javascript + jQuery, are up for a challange, want to help me out, please give it a shot or let me know. I’ll thank you publicly. :)
Jakub













Good idea. Will look into it. I've tried it once and they did help.