While testing @ARMSTRONGOPONDO PR #10263 , I encountered a bug in the Empty tab of the Delete Columns/Rows dialog. The dialog resets itself after clicking the Script button, and when the same steps are repeated and the dialog is run, an error occurs.
To Reproduce
Steps to reproduce the behavior:
- Load a dataset.
- Open the dialog:
Data Frame > Delete Columns/Rows > Empty tab.
- Select the Rows Almost Empty checkbox.
- In the receiver, select one or more columns to ignore.
- Click the Script button and check the generated code (the code appears correct).
- Return to the dialog, notice that the dialog resets itself.
- Re-enter the same selections and click OK/Run.
- An error occurs, as shown in the screenshot below.
Expected behavior
The dialog should retain the selected options after clicking the Script button, and running the dialog should execute without producing an error.
Screenshots
@lilyclements @rdstern I cannot fully confirm whether the changes introduced by Armstrong Opondo are the cause of this issue, but it seemed important to report it while testing the PR.
While testing @ARMSTRONGOPONDO PR #10263 , I encountered a bug in the Empty tab of the Delete Columns/Rows dialog. The dialog resets itself after clicking the Script button, and when the same steps are repeated and the dialog is run, an error occurs.
To Reproduce
Steps to reproduce the behavior:
Data Frame > Delete Columns/Rows > Empty tab.Expected behavior
The dialog should retain the selected options after clicking the Script button, and running the dialog should execute without producing an error.
Screenshots
@lilyclements @rdstern I cannot fully confirm whether the changes introduced by Armstrong Opondo are the cause of this issue, but it seemed important to report it while testing the PR.