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 38903 - A11Y problem in Border dialog
Summary: A11Y problem in Border dialog
Status: VERIFIED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-16 13:27 UTC by Jaromir Uhrik
Modified: 2004-02-17 14:20 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:27:58 UTC
[200401141900; j2sdk1.4.2_03]
Results of Accessibility test, window with 
title "jScrollPane1 [JScrollPane] - border"
 Doesn't implement Accessible :
   Class: 
javax.swing.plaf.basic.BasicSplitPaneDivider {  } 
 No Accessible name :
   Class: 
org.openide.explorer.propertysheet.SheetTable {  
|  } 
 No Accessible description :
   Class: 
org.openide.explorer.propertysheet.SheetTable {  
|  } 
 Components with no LABEL_FOR pointing to it :
   Class: 
org.openide.explorer.propertysheet.SheetTable {  
|  } 
   Class: 
org.openide.explorer.view.ListView$NbList {  
Available Borders |  N/A }
Comment 1 Tomas Pavek 2004-01-21 15:23:59 UTC
> Doesn't implement Accessible :
>   Class: 
> javax.swing.plaf.basic.BasicSplitPaneDivider {  }

Is some L&F internal component. Don't know why it is reported. Can't
do anything with that.

> No Accessible name :
>    Class:
> org.openide.explorer.propertysheet.SheetTable {  |  }
> No Accessible description :
>    Class:
> org.openide.explorer.propertysheet.SheetTable {  |  }
> Components with no LABEL_FOR pointing to it :
>    Class:
> org.openide.explorer.propertysheet.SheetTable {  |  }

SheetTable is an internal component of PropertySheet. I can't access
it to set it anything. Report this for PropertySheet.

> Components with no LABEL_FOR pointing to it :
>    Class: 
> org.openide.explorer.view.ListView$NbList {
>    Available Borders |  N/A }

Don't know why this is reported. "Available Borders" label has
labelFor set (it is the list of borders) and also a mnemonic
associated - you can press Alt+B and are switched to the list.

So it looks like no problem reported here is valid for the border editor.
Comment 2 Jaromir Uhrik 2004-02-17 14:20:01 UTC
OK - VERIFIED.