So the capricious QA UI view is not always easy to understand.... Ex. If we have a slider where we can change a value between 0-100. Then we also have a button that sets the same slider to the value 50 with self:updateView('slider','value','50')   The problem is: 1. We press button, slide sets to 50 2. We move the slider to another value, ex 25 3. We press the button again to reset the slider value to 50, nothing happens.   The reason seems to be that
    • Like
    1