Bug 486842

Summary: "Recent Workspaces" links: Context menu with "Remove" action not accessible
Product: [Eclipse Project] Platform Reporter: Markus Keller <markus.kell.r>
Component: IDEAssignee: Jan-Ove Weichel <ovi.weichel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Lars.Vogel
Version: 4.6Keywords: accessibility
Target Milestone: 4.6 M6   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/65607
https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=47c96d1e2ceb8fea5e1b9e43db320fab1df082cc
Whiteboard:
Bug Depends on: 411578    
Bug Blocks:    

Description Markus Keller CLA 2016-01-29 10:43:37 EST
The context menu on the "Recent Workspaces" links is not accessible.

When I use the Tab key to focus a workspace link and then try to open the context menu (Shift+F10 on Windows 7), nothing happens.

The ControlExample proves that there's a correct and effective way to implement this without a MouseDown listener. It's probably just link.setMenu(..).
Comment 1 Eclipse Genie CLA 2016-02-01 16:10:13 EST
New Gerrit change created: https://git.eclipse.org/r/65607
Comment 3 Lars Vogel CLA 2016-02-09 06:59:40 EST
Thanks Jan-Ove