avatar
davidovitch
REGULAR
2Issues
3Score
  • davidovitchon [A3G-50]

    Hi @schatten,

    I understand why the action is no longer shown after test is set to true. However, the issue I am reporting concerns the action that is already in progress.

    conditionShow should control whether the action is available before it is started. Once the hold action has begun, its continuation should be controlled by conditionProgress, which remains "true" in this example.

    Here, changing the variable inside codeStart causes the progress icon of the currently running action to disappear, even though conditionProgress is still valid and the action continues.

    The expected distinction would be:

    • conditionShow: determines whether a new action can be displayed and started;

    • conditionProgress: determines whether the currently running action can continue.

    Therefore, setting test to true should prevent the action from being shown again, but it should not hide the progress icon of the action that is already running.

    That distinction is the issue I am trying to report.

  • davidovitch
    changed
    A3G-55·Debug Console Watch Attribute display issue
  • davidovitch
    created issue
    A3G-55·Debug Console Watch Attribute display issue
  • davidovitch
    added tagUI / UX
    A3G-50·holdActionAdd icon disapear
  • davidovitch
    created issue
    A3G-50·holdActionAdd icon disapear