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 140638 - A11Y - Http Client Side Monitor issues to be fixed
Summary: A11Y - Http Client Side Monitor issues to be fixed
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Joelle Lam
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-17 22:16 UTC by _ krystyna
Modified: 2008-07-29 03:54 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 _ krystyna 2008-07-17 22:16:19 UTC
NetBeans IDE Dev (Build 20080717093500)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1 



Results of Accessibility test, window with title "Http Client-Side Monitor Window"


 Doesn't implement Accessible :
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  } 
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  } 


 No Accessible description :
   Class: javax.swing.JButton {   |  } 


Components not reachable with tab traversal :
   Class: javax.swing.JButton {   |  } 
   Class: org.openide.explorer.view.TreeTable {  N/A |  N/A }
Comment 1 Joelle Lam 2008-07-28 23:18:07 UTC
WindowsSplitPane Divider Accessibility issue is a JDK bug.

I added Accessible Descriptions to all buttons.

If Tab Traversal is still a problem we can lower the priority, but I noticed on my Mac I can't get tab traversal to work
in any of the debugger windows.
Comment 2 Quality Engineering 2008-07-29 03:54:59 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #352 build
Changeset: http://hg.netbeans.org/main/rev/cc931092ead6
User: JoelleLam@netbeans.org
Log: Fixing Accessibility Issue #140638