Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jan 10, 2022
    • jojohoch's avatar
      [player] Fix restoring of toggle buttons · 2daf595f
      jojohoch authored
      - Explicitly set the value of the form control of CompoundChildren,
      because they are not yet fully registered in the onInit phase.
      - Use ChangeDetectorRef to prevent
      ExpressionChangedAfterItHasBeenCheckedError
      2daf595f
  2. Jan 07, 2022
  3. Jan 06, 2022
  4. Jan 05, 2022
    • jojohoch's avatar
      [player] Fix unstable behavior when marking text · 89d8bad1
      jojohoch authored
      When the user exits selecting between paragraphs, the offset of the
      end container is set to 0. In Firefox this always (in Chrome sometimes)
      leads to a misinterpretation of the selection. Therefore, the offset
      is manipulated.
      
      When the user finishes selecting between paragraphs and the selection
      happens from back to front, Firefox does not consider the start
      container as a selected child node. Therefore, it is added to the
      list of selected nodes at the beginning.
      89d8bad1
  5. Jan 04, 2022
  6. Jan 03, 2022
  7. Dec 20, 2021
  8. Dec 17, 2021
Loading