Bug 2613 - [Dialogs] Keyboard listener needed for dialog buttons (1GH2L7L)
Summary: [Dialogs] Keyboard listener needed for dialog buttons (1GH2L7L)
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility, investigate
Depends on:
Blocks:
 
Reported: 2001-10-10 22:39 EDT by Kevin Haaland CLA
Modified: 2002-08-26 11:21 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Haaland CLA 2001-10-10 22:39:55 EDT
The jface dialog should automatically add a listener to its buttons so that the keyboard arrows
can be used to navigate through the series of buttons when the button bar has focus.  All standard
Win32 dialogs support this.

The listener could be added in org.eclipse.jface.dialogs.Dialog::createButton.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 19:04:38 EST
PRODUCT VERSION:
125

Comment 2 Tod Creasey CLA 2002-01-11 13:24:31 EST
Unsure exactly what you mean. It is currently possible to cycle through Dialogs 
right now (20020108) using the tab key.
Comment 3 Kevin Haaland CLA 2002-01-24 20:11:55 EST
This is an interesting idea. Consider for next release. 
Comment 4 Randy Giffen CLA 2002-08-08 14:51:39 EDT
Reopen to investigate
Comment 5 Tod Creasey CLA 2002-08-26 11:20:55 EDT
Still not sure what this would give us -we already get this behaviour for free.
Comment 6 Tod Creasey CLA 2002-08-26 11:21:18 EDT
Marking as Works for me