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 38899 - A11Y problems in 'Search Results' window
Summary: A11Y problems in 'Search Results' window
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: A11Y, UI
Depends on:
Blocks:
 
Reported: 2004-01-16 13:16 UTC by Jaromir Uhrik
Modified: 2004-11-10 09:39 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-01-16 13:16:57 UTC
[200401141900; j2sdk1.4.2_03]
Results of Accessibility test, window with 
title "Search Results"
 Doesn't implement Accessible :
   Class: 
com.sun.java.swing.plaf.windows.WindowsSplitPaneDi
vider {  } 
 No Accessible name :
   Class: 
org.openide.explorer.view.TreeView$ExplorerTree 
{  |  N/A } 
 Components with no LABEL_FOR pointing to it :
   Class: 
org.openide.explorer.view.ListView$NbList {  
Position within the file: |  N/A } 
   Class: 
org.openide.explorer.view.TreeView$ExplorerTree 
{  |  N/A }
Comment 1 Milan Kubec 2004-02-20 09:32:00 UTC
Please evaluate those a11y issues and consider fixing them for 3.6. Thanks.
Comment 2 Marian Petras 2004-02-26 13:37:54 UTC
Doesn't implement Accessible: WindowsSplitPaneDivider

  - it is a Swing class and it will not be fixed in the NetBeans code

No Accessible name: TreeView$ExplorerTree

  - I admit the tree has no accessible name, however there is no API
    available for its specification

No LABEL_FOR pointing to it: TreeView$ExplorerTree

  - I confirm there is no label pointing to the tree.
    The change would require a change in UI - it is too late
    to fix this in the NetBeans 3.6 timeframe.

No LABEL_FOR pointing to it: ListView$NbList

  - effectively, there is a label for the list - it is the
    "Position within the file:" label and its shortcut
    works for the list
Comment 3 Jaromir Uhrik 2004-05-26 12:14:44 UTC
Increasing the priority to P2(see a11y bug priorities guidelines
http://qa.netbeans.org/processes/a11y_bug_priority_guidelines.html ).
Comment 4 Marian Petras 2004-06-28 13:17:28 UTC
Fixed in the trunk.

All relevant A11Y issues of the window are fixed now.

Modified files:
   utilities/src/org/netbeans/modules/search/Bundle.properties   (1.24)
   utilities/src/org/netbeans/modules/search/ResultView.java   (1.19)
Comment 5 Jaromir Uhrik 2004-11-10 09:39:21 UTC
Verified in 200411091800; jdk1.4.2_06-b03.