I have a quit basic wish to be able to have an image plus an editable text-field both draggable.
In other words: I want users to be able to name a pylon and drag both image and name together on the canvas.
I experience two difficulties
- Grouping of elements is not possible?
- Making a textfield (build with code <cite contenteditable="true">-- Write your own name here</cite>) draggable stops it to be editable because 'drag' is more dominant then 'edit' when selecting element.
Any ideas, tips?!
Best regards. Robert