This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 48178 - A11Y: Fix the keyboard focus cycles
Summary: A11Y: Fix the keyboard focus cycles
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Jan Stola
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-08-30 16:15 UTC by Jaromir Uhrik
Modified: 2006-03-24 10:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2004-08-30 16:15:45 UTC
[dev build #200408262030; jdk1.5.0-rc-b63]
Ctrl+Tab is reserved for winsys and due to this
the focus traversing is not possible in opened
properties editor.
Steps to reproduce:
1.create the properties file
2.open it (not "edit" but "open" action from
explorer popup)
3.I try to jump to "New Property" button (it is
not possible by
keyboard) - Ctrl+Tab is used for the windows
switching. See more details in issue #48091.
Comment 1 Jan Stola 2004-09-01 10:09:52 UTC
Fixed. The only problem is that JTable and JTextArea use Ctrl+Tab
for forward focus traversal (because Tab has another meaning
in these components). Unfortunately Ctrl+Tab shortcut was stolen
by window system and therefore it is possible to leave these
components only using the backward focus traversal (Ctrl+Shift+Tab).
Comment 2 Jaromir Uhrik 2004-11-09 15:57:35 UTC
Verified.