Community
Participate
Eclipse IDE
3.1 - run the MassiveTableTest - invoke Table2->SetItemCount with a value of 50 - scroll to the very bottom of the Table - invoke Table2->SetItemCount with a value of 45 - this reduces the item count, but does not paint the result properly -> this will happen whenever a Table's top index changes as a result of a reduced SetItemCount (so when the user is scrolled near the bottom of the Table)
Created attachment 25052 [details] patch Attaching the patch for this, since this could be a 3.1.1 candidate.
Fixed > 0720 in HEAD, but marking Target as 3.1.1 so that it's not forgotten when 3.1.1 fixes are considered.
committed to the 3.1.1 stream