This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 13, 2022
- Sep 12, 2022
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
When calling the element constructor may generate IDs. Those appear as already registed later when the unit is instantiated for real.
-
rhenck authored
- Do ID checks only in the class, not in unit service (or elsewhere) - Fix repaired value list to get new objects instead of references to the existing.
-
rhenck authored
There should never be the case, therefore error out.
-
- Sep 10, 2022
- Sep 09, 2022
- Sep 08, 2022
-
-
jojohoch authored
-
jojohoch authored
- Use Unit's getAllElements method of Unit instead of UnitUtils.findUIElements to get all DragNDropValueObjects in UnitComponent -Remove unnecessary timeout in UnitComponent
-
jojohoch authored
- Sanitize without using unit definition version
-
jojohoch authored
- This makes the behavior identical to real form elements - To trigger the focusout event, the HTML element needs the tabindex attribute
-
- Sep 07, 2022
- Sep 06, 2022
-
-
jojohoch authored
-
jojohoch authored
simple dropdown lists need a minimum height so they don't collapse if they don't contain any element
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Using disabled cause conflicts with reactive form in player
-
- Sep 05, 2022
-
-
jojohoch authored
- Add "isOlderThan" method to the "SanitizationService" to distinguish old ToggleButtons with the property "option" from new ones - Use SanitizationService.isUnitDefinitionOutdated in Player to set the unitDefinitionVersion (should be modified!)
-
jojohoch authored
The equality check compares the reference of the array and not the values of the array.
-
jojohoch authored
Use css grid instead of flex plus calculating margins in template
-
- Sep 01, 2022
-
-
jojohoch authored
Using the html property "disabled" results in a warning message in the player when reactive forms are used at the same time.
-
- Aug 31, 2022