Bug 440450 - [GTK] Tree: incorrect handling of Ctrl+Shift+<left mouse click>
Summary: [GTK] Tree: incorrect handling of Ctrl+Shift+<left mouse click>
Status: CLOSED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux-GTK
: P3 normal with 1 vote (vote)
Target Milestone: 4.9   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2014-07-25 11:13 EDT by Thomas Singer CLA
Modified: 2018-08-24 10:55 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Singer CLA 2014-07-25 11:13:34 EDT
When launching the Snippet15 on Windows, one can easily select/unselect ranges using Ctrl+Shift+<left mouse click>, but on Linux this does not work - instead it works as Shift was not pressed.
Comment 1 Eric Williams CLA 2018-05-04 14:11:22 EDT
Still reproducible on GTK3 and GTK2.
Comment 2 Eric Williams CLA 2018-05-04 14:28:41 EDT
IMO we should fix this in 4.9.
Comment 3 Eric Williams CLA 2018-05-25 14:53:05 EDT
I believe the issue here is that Snippet15 uses SWT.BORDER and thus multi line selection is disabled. Using SWT.MULTI seems to work fine on GTK3.

Is it possible that this is a bug on Windows, or maybe just platform differences?
Comment 4 Eric Williams CLA 2018-06-29 15:04:39 EDT
(In reply to Eric Williams from comment #3)
> I believe the issue here is that Snippet15 uses SWT.BORDER and thus multi
> line selection is disabled. Using SWT.MULTI seems to work fine on GTK3.
> 
> Is it possible that this is a bug on Windows, or maybe just platform
> differences?

Thomas, can we close this one?