SmartClient Version: v12.1p_2021-10-22/PowerEdition Deployment (built 2021-10-22)
We are seeing a difference in how IButton.getSelected() is returning the select state value. I know this is not a test case, but I want to ask this question early in case you have seen and corrected the problem already. The following is a screen grab of the Chrome developer debugger. In it the code line of execution is line 128, being executed following the button.getSelected() check., which must be Boolean.TRUE. But if we look at the internal state of the IButton object the selected state is FALSE.
We also see the opposite happening too. When the IButton is selected in the UI, and we execute IButton.getSelected() it returns FALSE, when the internal state of selected is TRUE.
Has something changed in this release? Have we being doing something wrong for years - cause this code hasn't changed in years for us.
We are trying meanwhile to see if we can generate a test case.
We are seeing a difference in how IButton.getSelected() is returning the select state value. I know this is not a test case, but I want to ask this question early in case you have seen and corrected the problem already. The following is a screen grab of the Chrome developer debugger. In it the code line of execution is line 128, being executed following the button.getSelected() check., which must be Boolean.TRUE. But if we look at the internal state of the IButton object the selected state is FALSE.
We also see the opposite happening too. When the IButton is selected in the UI, and we execute IButton.getSelected() it returns FALSE, when the internal state of selected is TRUE.
Has something changed in this release? Have we being doing something wrong for years - cause this code hasn't changed in years for us.
We are trying meanwhile to see if we can generate a test case.
Comment