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 45655 - A11Y: A11y problems in Select Sources dialog
Summary: A11Y: A11y problems in Select Sources dialog
Status: CLOSED DUPLICATE of bug 45651
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2004-06-28 16:29 UTC by Jaromir Uhrik
Modified: 2008-12-22 22:42 UTC (History)
1 user (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 Jaromir Uhrik 2004-06-28 16:29:42 UTC
[20040622; j2sdk1.4.2_04]
Main menu Tools-> Internationalization
->Internationalization Wizard and press Add
Sources button (the same result is for Select All
button on 2nd panel). A11y tester points to
following problems:
-Components with no LABEL_FOR pointing to it :
   Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 Tree View |  Tree view in fil
e selector }
-Components not reachable with tab traversal :
   Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 Tree View |  Tree view in fil
e selector }
Comment 1 Ondrej Rypacek 2004-07-08 10:22:47 UTC
The dialog is provided by NodeOperation.select(...)
Comment 2 Marian Mirilovic 2004-08-02 13:14:21 UTC
there is no Add Source button now....

same issue 45651
Comment 3 Ondrej Rypacek 2004-08-02 16:48:43 UTC
same as issue 45651
Comment 4 Petr Nejedly 2004-08-03 09:06:24 UTC
Actually, openide provides only the API, impl is in class 
org.netbeans.core.windows.services.FileSelector
Comment 5 Petr Nejedly 2004-08-03 09:08:42 UTC
Moreover, fixing issue 45651 will fix also this one ;-)

*** This issue has been marked as a duplicate of 45651 ***
Comment 6 Jaromir Uhrik 2004-11-10 10:55:15 UTC
Verified->Closed.