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 38924 - A11Y problems in GridBagLayout customizer
Summary: A11Y problems in GridBagLayout customizer
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 14:39 UTC by Jaromir Uhrik
Modified: 2004-02-17 14:26 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 14:39:05 UTC
[200401141900; j2sdk1.4.2_03]
Results of Accessibility test, window with 
title "Customizer Dialog"
 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 {  
|  }
Comment 1 Tomas Pavek 2004-01-21 14:18:17 UTC
All the reported components are internal components of PropertySheet
that I cannot access. Anyway, the GridBagLayout customizer if not used
with mouse is IMO just a duplicate of "Layout" properties category of
the components in the standard Component Inspector, so it makes no
sense to even invoke it.
Comment 2 Tomas Pavek 2004-01-21 15:50:13 UTC
See also issue 18281.
Comment 3 Jaromir Uhrik 2004-02-17 14:26:24 UTC
VERIFIED.