You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Action:
User moves Column-C to the LEFT of Column-A.
Intermediate State:
Column-C: visible
Column-A: visible
Column-B: hidden
Action:
User moves Column-C BACK to the RIGHT of Column-A
Final State
Column-A: visible
Column-C: visible
Column-B: hidden
The Final State is dirty, but from the user's perspective it should really be clean -- because Column-B is hidden, the Final State and Initial State are materially the same to the user.
The text was updated successfully, but these errors were encountered:
Example:
Initial State:
Column-A
: visibleColumn-B
: hiddenColumn-C
: visibleAction:
User moves
Column-C
to the LEFT ofColumn-A
.Intermediate State:
Column-C
: visibleColumn-A
: visibleColumn-B
: hiddenAction:
User moves
Column-C
BACK to the RIGHT ofColumn-A
Final State
Column-A
: visibleColumn-C
: visibleColumn-B
: hiddenThe
Final State
is dirty, but from the user's perspective it should really be clean -- becauseColumn-B
is hidden, theFinal State
andInitial State
are materially the same to the user.The text was updated successfully, but these errors were encountered: