SmartGWT 3.0
v8.2p_2012-10-11/PowerEdition Deployment
IE 8
Google Chrome 27.0.1453.94
Hi Isomorphic,
I believe I have found a bug when trying to delete a record from a list grid.
If I set the VLayout to have a height greater than the window size so a horizontal scrollbar appears and add a listGrid to this VLayout(Screenshot1).
If I scroll down on the VLayout so the header of the listGrid is no longer shown in view (Screenshot2) and click the delete button on a record. The scroll bar moves up and the wrong record is deleted.
Expected Result:
The scrollbar does not move and the record I selected is deleted.
Actual Result:
The scroll bar moves up and some other record is deleted.
Please find a test case attached.
Thank you
Todd
v8.2p_2012-10-11/PowerEdition Deployment
IE 8
Google Chrome 27.0.1453.94
Hi Isomorphic,
I believe I have found a bug when trying to delete a record from a list grid.
If I set the VLayout to have a height greater than the window size so a horizontal scrollbar appears and add a listGrid to this VLayout(Screenshot1).
If I scroll down on the VLayout so the header of the listGrid is no longer shown in view (Screenshot2) and click the delete button on a record. The scroll bar moves up and the wrong record is deleted.
Expected Result:
The scrollbar does not move and the record I selected is deleted.
Actual Result:
The scroll bar moves up and some other record is deleted.
Please find a test case attached.
Thank you
Todd
Comment