Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Nov 15, 2021
  2. Nov 12, 2021
    • rhenck's avatar
      Add first e2e tests · 88949a19
      rhenck authored
      - Check if button element is available in the toolbox
      - Add the button to the canvas
      - Change button label and check reflection on the canvas
      88949a19
    • rhenck's avatar
      Add highlightReceivingDropList feature to dropList · fa8c39c5
      rhenck authored
      This shows a outline on potential dropLists when dragging an item.
      fa8c39c5
    • rhenck's avatar
      1eec5e19
    • rhenck's avatar
      [editor] Refactor cursors · bcb35054
      rhenck authored
      - Remove grab cursor from the canvas as it is no longer draggable (was
        in an earlier version)
      - Fix element visual overlaying the resize element. Now the actual
        element is hidden, while the resize is going on.
      
      Element cursor are changed so that there is a 'grab' cursor on hover
      and a 'grabbing' cursor while active (clicked but not dragged yet)
      and while dragging.
      The resize cursor always stays the same, as there is not alternative
      active curser (like grab/grabbing) for this.
      
      On the dynamic overlay the curser cannot be set while the element
      is being dragged. I assume it is because of 'relative' positioning.
      The element is taken out of the DOM and pointer events don't work,
      including cursors. This is why the body needs to be cursor-styled.
      Cursors are set dynamically in the component via CSS class.
      When dragging starts it is set and removed when it ends.
      bcb35054
  3. Nov 11, 2021
  4. Nov 10, 2021
Loading