Selection Error in pre8
|
Hi, I just installed 2.1pre8 and found a nasty bug. This also happens when you refresh the viewed items from myebay and some new get added. They are added at the bottom of the list regardless of the sorting of the table and only after all are updated get sorted in the right order. As the GUI is not locked during retrieval you can make a selection during the fetch of the data and start to create a multisnipe (even on the newly added auctions) and when the sorting finally kicks in before you finish the creation of the multisnipe and the newly added auctions do not stay at the end of the list you again make a multisnipe on the wrong items. As you are using Java I guess you use a JTable and the function jTable.getSelectedRows() to get the selection and the convert function for the indexes to the underlying List of auctions. |