Closed ebruchez closed 2 months ago
Issue:
xforms-disabled
is dispatchedErrorSummary
processes the event
xxf:alert
from the eventTwo issues:
ErrorSummary
should not try to evaluate xxf:alert
in this caseThe control that is the destination of xforms-disabled
, curiously, appears relevant.
We have a comment saying "Ideally, we would evaluate this lazily, but we use it in the pattern match below".
dispatchDestructionEventsForRemovedRepeatIteration()
dispatches these events to controls, but they are not marked as non-relevant at this point.This is why we are not returning the non-relevant value.
Best fix would be for ErrorSummary
not to try to obtain this information as it is unneeded anyway.
+1 from customer