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 24, 2024
    • jojohoch's avatar
      Fix chromium bug when calculating dynamic rows for text areas · d4bb9e18
      jojohoch authored
      #691
      
      - Due to the width of the scrollbar, text areas change their inner width
      under Chromium when the scrollbar is displayed. The use of offsetWidth
      instead of contentRect ignores the presence of the scrollbar. The
      calculation is therefore less accurate, but sufficient for estimating
      the number of rows
      d4bb9e18
  2. Apr 25, 2023
  3. Apr 21, 2023
    • jojohoch's avatar
      [player] Fix ExpressionChangedAfterItHasBeenCheckedError in TextArea · 9dc8dbbd
      jojohoch authored
      - Replace UpdateTextareaPipe with DynamicRowsDirective
      
      The dynamic height of the textarea is calculated based on the available
      width. However, accessing the width of the textarea often results in an
      error.
      For this reason, the calculation is now done using resize and change
      events in conjunction with a timeout to wait for the textarea to render.
      9dc8dbbd
Loading