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 06, 2022
  2. 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
  3. Jan 04, 2022
    • jojohoch's avatar
      [player] Specify the colors for marking in hexadecimal notation · 737fbb9f
      jojohoch authored
      The marking service takes over the conversion to rgb notation, because
      in html markup this notation is used for the background color
      737fbb9f
    • jojohoch's avatar
      [player] Fix disappearance of scrollable page content · 50298f71
      jojohoch authored
      When a page has longer scrollable dynamic content that consists of many
      individual elements (Likert), the content was sometimes not displayed
      after interacting with those elements. This happened in the maximized
      browser display, especially in Firefox.
      Probably due to the deep dynamic nesting the height to be displayed
      could not be calculated correctly
      50298f71
  4. Jan 03, 2022
  5. Dec 20, 2021
  6. Dec 17, 2021
  7. Dec 15, 2021
  8. Dec 14, 2021
    • rhenck's avatar
      Fix build process for custom theme · 363058d0
      rhenck authored
      The theme file is now project specific because Angular demands assets
      to be part of the project.
      It also differs in content: The editor theme is only applied to canvas
      elements. For the player every checkbox and radio button is affected.
      
      The components now again use the default color of 'accent'. The custom
      theme now has the green as accent color and no longer primary.
      363058d0
  9. Dec 13, 2021
  10. Dec 10, 2021
  11. Dec 08, 2021
  12. Dec 01, 2021
Loading