Community
Participate
Working Groups
Created attachment 139449 [details] Snippet View Environment: Firefox 3.0.8, IE7 Steps to reproduce: * insert the given View in your application's perspective and launch it * resize the View and scroll so that you can only see column 15 to 19 * move column 19 between 15 and 16. -> Column 19 is displayed between column 0 and 1. table.getColumnOrder() return [0,19,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]. It seems that the new column position is calculated according to visible one. Here 15 is the first visible column, so 19 is put after 0 (the real first one). Expected: Column 19 should be displayed between column 15 and 16 !
Created attachment 139627 [details] Proposed patch This patch fixes the problem. But unfortunately there is another bug in the column movement(https://bugs.eclipse.org/bugs/show_bug.cgi?id=280905). I hope it will be also fixed soon.
Created attachment 139858 [details] Proposed patch
Fixed in CVS HEAD