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 145475 - Components in dialog are unreachable by Tab
Summary: Components in dialog are unreachable by Tab
Status: RESOLVED INVALID
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-08-28 17:53 UTC by Mikhail Matveev
Modified: 2008-08-28 18:35 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 Mikhail Matveev 2008-08-28 17:53:40 UTC
In "Customize Saas Service" dialog, OK and Cancel button are not reachable by Tab.
Comment 1 Lukas Jungmann 2008-08-28 17:58:54 UTC
I guess it's caused by the default focus traversal policy in JTable - Tab is used for navigation inside JTable and
Control + Tab (I think) to get the focus from the JTable to next focusable component. Mikhail, can you verify that, please?

Thanks.
Comment 2 Mikhail Matveev 2008-08-28 18:35:41 UTC
Yes, you are right. And it's really a general policy: I checked in other places of IDE. So I'm closing the issue as
invalid. Thank you.