Bug 92639 - [consistency] CTRL-selecting a MenuItem does not select item
Summary: [consistency] CTRL-selecting a MenuItem does not select item
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-Motif
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Grant Gayed CLA
URL:
Whiteboard:
Keywords: consistency
Depends on:
Blocks:
 
Reported: 2005-04-25 16:47 EDT by Grant Gayed CLA
Modified: 2017-06-19 20:43 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.