Problem/Motivation
Since we added drag & drop mode, you can only drag the elements when dragging the handle.
UX could be better.
Proposed resolution
The mode exists only to drag & drop, so the elements should be made draggable by clicking on any part of it.
The common handles should still be visible.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | paragraphs-fully-draggable2901596-4.patch | 1.16 KB | luksak |
| #3 | make_paragraphs_in_drag-2901596-3.patch | 742 bytes | johnchque |
Comments
Comment #2
luksakI tried to remove the handle option, but that didn't change anything... Any ideas?
Comment #3
johnchqueAdding this class certainly allows to use the whole element as handler, the problem is that sometimes it duplicates a paragraph. I was just testing. :)
Comment #4
luksakI guess this is a better approach.