Bug 92639

Summary: [consistency] CTRL-selecting a MenuItem does not select item
Product: [Eclipse Project] Platform Reporter: Grant Gayed <grant_gayed>
Component: SWTAssignee: Project Inbox <swt-triaged>
Status: CLOSED WONTFIX QA Contact: Grant Gayed <grant_gayed>
Severity: major    
Priority: P3 CC: steve_northover
Version: 3.1Keywords: consistency
Target Milestone: ---   
Hardware: PC   
OS: Linux-Motif   
Whiteboard:

Description Grant Gayed CLA 2005-04-25 16:47:21 EDT
0420
This impacts Eclipse because it disables the ability to open a recent launch
configuration for editing by clicking on the drop-down portion of the Run... or
Debug... ToolItem and then CTRL-selecting the item to edit.

- run the ControlExample, go to the Menu tab
- listen for Selection events
- deselect the BAR and DROP_DOWN styles
- press the Create Shell button
- in the example shell that's shown, hold down the right mouse button to show
the context menu
- hold down the CTRL key as well now, and select the Push item in the example menu
  -> on win32 this fires SWT.Selection with a stateMask of SWT.CTRL
  -> on the motifs this does not select the MenuItem, nor dismiss its Menu, so
anyone listening for this would of course not be notified
Comment 1 Steve Northover CLA 2005-04-26 10:19:08 EDT
I believe that this is platform behavior that has been there forever.  When 
they asked for the CTRL mask in a menu selection, I told them about this 
problem.
Comment 2 Grant Gayed CLA 2009-09-25 16:40:50 EDT
Moving report to triage, see http://www.eclipse.org/swt/triage.php
for more info about swt bug handling.
Comment 3 Leo Ufimtsev CLA 2017-06-19 20:43:15 EDT
Linux Motif no longer supported.