Bug 577975 - [Table] Horizzontal Scrollbar jumps to column 0
Summary: [Table] Horizzontal Scrollbar jumps to column 0
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.21   Edit
Hardware: PC Windows 10
: P3 major with 7 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-28 03:27 EST by Davide Ceraso CLA
Modified: 2021-12-28 03:27 EST (History)
0 users

See Also:


Attachments
Adapted Snipper234 to reproduce the bug (5.82 KB, application/x-zip-compressed)
2021-12-28 03:27 EST, Davide Ceraso CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Ceraso CLA 2021-12-28 03:27:49 EST
Created attachment 287740 [details]
Adapted Snipper234 to reproduce the bug

Once moved the first table column to the right, if you move the horizontal scrollbar so to no longer have that column visible, once do a multi-selection of rows the horizontal scrollbar jumps again to that column.

Attached you can find an adapted version of your Snippet234 where the bug can be reproduced:

1. Drag column 0 to be between column 6 and column 7
2. Move the horizontal scrollbar completely to the left (to show column 1)
3. scroll vertically to row 23 and select it
4. hold shift key to do a multi selection and select row 33 -> the horizontal scrollbar "jumps" to make the column 0 visible

Note: sometimes it does not happen on the first try but it always does each 2-3 tries.