Bug 228667 - ACC: SWT does not give focus to a context menu from a dialog
Summary: ACC: SWT does not give focus to a context menu from a dialog
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4   Edit
Hardware: PC Linux-GTK
: P3 major (vote)
Target Milestone: 3.4 M7   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2008-04-24 09:25 EDT by Paul Webster CLA
Modified: 2008-05-15 11:09 EDT (History)
2 users (show)

See Also:


Attachments
SWT snippet that reproduces the problem (3.39 KB, text/plain)
2008-04-24 09:25 EDT, Paul Webster CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Webster CLA 2008-04-24 09:25:26 EDT
Created attachment 97453 [details]
SWT snippet that reproduces the problem

I create a context menu in a dialog and call setVisible(true);  It shows up, but keyboard focus remains within the dialog (arrow keys do not arm the menu items).

This works on windows.

1) Start up the snippet
2) pop up the context menu
3) choose Cascade Item>SubItem 1
4) type 'm' to get the popup menu

Result: continued typing goes into the text widget, including arrow keys

Expected: using arrow keys would arm the menu items

PW
Comment 1 Steve Northover CLA 2008-04-24 11:36:58 EDT
Bogdan to confirm that this is native behavior using PI or C code.
Comment 2 Bogdan Gheorghe CLA 2008-04-28 17:14:57 EDT
Fixed in HEAD > 20080428