Open QRuhier opened 5 months ago
Le comportement est "normal" au vu du code :
missingBlock
détecte qu'il faut donc établir la valeur de T_AN_MISSING
a null en suivant la taille de T_AN. Donc T_AN_MISSING
obtient la valeur [null, null].Pour améliorer ce comportement une solution serait lors d'un resizing vers une valeur plus grande de ne pas changer directement la variable (ici T_AN) mais plutôt de définir une nouvelle valeur a un nouvel index. Cela implique donc de changer le comportement du resizing (à voir si c'est satisfaisant ou pas)
Describe the bug
When we resize a loop (adding/deleting an iteration) , the remaining iterations keep there values, except their missing values
To Reproduce
Steps to reproduce the behavior:
It is the same if for example you had 3 iterations then changed to 2 : the missings for the 2 remaining iterations disappear
Expected behavior
When resizing a loop, the remaining iterations should keep their answers, including missing responses
Version where the bug appeared
Observed on 3.1.0, but was already on 2.7
Browser where the bug was tested
Additional context
Add any other context about the problem here.