Bug 486842 - "Recent Workspaces" links: Context menu with "Remove" action not accessible
Summary: "Recent Workspaces" links: Context menu with "Remove" action not accessible
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.6   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 4.6 M6   Edit
Assignee: Jan-Ove Weichel CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on: 411578
Blocks:
  Show dependency tree
 
Reported: 2016-01-29 10:43 EST by Markus Keller CLA
Modified: 2016-02-09 06:59 EST (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 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