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 43801 - A11Y: Exec command dialog
Summary: A11Y: Exec command dialog
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: A11Y
: 43806 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-25 12:05 UTC by dmladek
Modified: 2008-12-22 21:53 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 dmladek 2004-05-25 12:05:53 UTC
NetBeans IDE Dev (Build 200405191800)

 Doesn't implement Accessible :
   Class:
javax.swing.plaf.metal.MetalSplitPaneDivider {  } 
   Class:
org.netbeans.core.windows.view.ui.tabcontrol.TabbedAdapter
{  } 
   Class:
org.netbeans.swing.tabcontrol.TabDisplayer {  }
Comment 1 Radko Najman 2004-06-30 15:07:19 UTC
They are not Database Explorer classes.
Comment 2 dmladek 2004-08-04 12:59:23 UTC
Well, but who's those classes?
One is belonging to netbeans.swing... reasigning to core.
If you think you can't do anything about it feel free to close it.
thanks
Comment 3 Milos Kleint 2004-08-19 07:55:47 UTC
*** Issue 43806 has been marked as a duplicate of this issue. ***
Comment 4 Milos Kleint 2004-08-20 13:16:10 UTC
reassigning
Comment 5 Milos Kleint 2004-08-23 13:24:08 UTC
MetalSplitPaneDivider and TabbedAdapter don't require to implement
Accessible interface IMHO. 
I've added the implementation of accessibility to TabDisplayer similar
to the one in JTabbedPane. no need how to test i works correctly..
Comment 6 Milos Kleint 2004-08-23 13:25:24 UTC
"..no need how to..." should be ".. no idea how to..."
Comment 7 dmladek 2004-08-23 13:31:26 UTC
Testing is not hard :-)
at a11y.netbeans.org you download a11y.nbm module, install it into ide
(via update centrum) and execute ide with folowing switch
-J-Da11ytest.IDE=true

more info is on A11Y module homepage
Comment 8 Milos Kleint 2004-08-24 09:08:30 UTC
well, accoriding to this ool it works, but I'd prefer to have a real
a11y tool that's used by the disabled to test the functionality.
Anyway, closing as fixed since the origina issue is fixed now ->
TabDisplayer implements Accessible.
Comment 9 Marian Mirilovic 2005-11-01 10:06:18 UTC
closed