Bug 104509 - reducing VIRTUAL Table's item count can show drawing problem
Summary: reducing VIRTUAL Table's item count can show drawing problem
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-Motif
: P3 normal (vote)
Target Milestone: 3.1.1   Edit
Assignee: Grant Gayed CLA Friend
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-20 11:35 EDT by Grant Gayed CLA Friend
Modified: 2005-08-08 16:03 EDT (History)
0 users

See Also:


Attachments
patch (720 bytes, patch)
2005-07-20 11:37 EDT, Grant Gayed CLA Friend
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA Friend 2005-07-20 11:35:54 EDT
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)
Comment 1 Grant Gayed CLA Friend 2005-07-20 11:37:46 EDT
Created attachment 25052 [details]
patch

Attaching the patch for this, since this could be a 3.1.1 candidate.
Comment 2 Grant Gayed CLA Friend 2005-07-20 11:39:24 EDT
Fixed > 0720 in HEAD, but marking Target as 3.1.1 so that it's not forgotten 
when 3.1.1 fixes are considered.
Comment 3 Grant Gayed CLA Friend 2005-08-08 16:03:38 EDT
committed to the 3.1.1 stream