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 83636 - A11Y:focuse is lost during traversal in find/replace/association window.
Summary: A11Y:focuse is lost during traversal in find/replace/association window.
Status: CLOSED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Yang Su
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-29 00:29 UTC by bugbridge
Modified: 2006-11-09 22:01 UTC (History)
2 users (show)

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 bugbridge 2006-08-29 00:29:58 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original Target Release: ; Suggested Target Milestone : 5.5

Original submitter: hlu

Description:
In Find/ Replace and Association winodws, focuse is lost during traversal before
it reaches Navigate to diagram on double-click.
Comment 1 Yang Su 2006-11-09 17:33:52 UTC
Sorry, this is not a bug. When you use TAB to traverse, once the focus reaches a
JTable, it will loop through all the table cells, you have to use CTRL+TAB to
get out of the table. The focus is never lost, it just stays in the table. It's
a standard Swing behavior, hence mark the issue as invalid.
Comment 2 Peter Lam 2006-11-09 22:01:11 UTC
verified that focus is at the table which requires ctrl-tab to proceed to the
next component.