catalyst / moodle-block_multiblock

Moodle plugin which allows you to embed multiple blocks within a single block region using different formats including tabs and accordions
GNU General Public License v3.0
12 stars 12 forks source link

Drag and drop with side-by-side layouts #24

Open peterspicer-catalyst opened 4 years ago

peterspicer-catalyst commented 4 years ago

With side-by-side layouts, drag and drop doesn't position correctly, targeting the sub-blocks not the parent, and position gets lost during the failed drag.

The subblocks need to somehow not be targetable (with the parent being targetable) - perhaps, have the style not target to hide the parent block in editing mode.