Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Sep 03, 2021
  2. Sep 02, 2021
  3. Sep 01, 2021
    • rhenck's avatar
      [Editor] Improve code comments · 7b43430e
      rhenck authored
      7b43430e
    • rhenck's avatar
      [editor] Fix/Add drag boundaries · f6ce969b
      rhenck authored
      f6ce969b
    • rhenck's avatar
      [editor] Rework drag and drop of dynamic sections · c2a9d50b
      rhenck authored
      To make it work that the section itself can handle drop events, but
      also have the canvas to handle drops when outside of the section, all
      the allowed dropLists have to be connected. Because the lists are not
      properly nested (see below), this needs to be done manually by IDs.
      This list is given to the necessary dropLists to make it possible to
      drop items not only into them but also any other connected dropLists.
      
      Dynamic sections have droplists for the grid cells next to the actual
      elements. Elements can not be children of the grid cells because they
      can span over multiple cells.
      
      Dynamic sections don't have a general drop area, like static sections.
      They have grid placeholder elements which are droplists. Therefore they
      have no parent dropList to add to the list but themselves.
      Static elements only have the parent, which is added to the list.
      
      Resizing in dynamic sections is handled by the section/element-overlays
      themselves.
      
      Ticket #38
      c2a9d50b
    • jojohoch's avatar
      eebe3f36
  4. Aug 31, 2021
  5. Aug 30, 2021
  6. Aug 27, 2021
  7. Aug 25, 2021
  8. Aug 24, 2021
  9. Aug 23, 2021
Loading