Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351545 - [Table] Changing the number of fixed columns causes flickering
Summary: [Table] Changing the number of fixed columns causes flickering
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.5 M1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 07:21 EDT by Tim Buschtoens CLA
Modified: 2011-07-18 04:34 EDT (History)
1 user (show)

See Also:


Attachments
fix for tree_table_merge branch (2.34 KB, patch)
2011-07-12 14:00 EDT, Tim Buschtoens CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Buschtoens CLA 2011-07-08 07:21:03 EDT
Changing the number of fixed columns, currently with "table.setData( "fixedColumns", new Integer( xxx ) )", causs the content of the non-fixed columns to jump around horizontally for about half a second. After that they are displayed correctly.
Comment 1 Tim Buschtoens CLA 2011-07-12 14:00:04 EDT
Created attachment 199520 [details]
fix for tree_table_merge branch

Fixed bug in Table_Tree_Merge branch. Bug will stay open until i manage to fix it in CVS HEAD aswell.
Comment 2 Tim Buschtoens CLA 2011-07-18 04:30:46 EDT
Applied adapted patch to CVS HEAD.