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 140636

Summary: A11Y - Http Monitor does not implement Accessible
Product: javascript Reporter: _ krystyna <krystyna>
Component: DebuggerAssignee: Joelle Lam <joellelam>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://developer.java.sun.com/developer/bugParade/bugs/4514858.html
Issue Type: DEFECT Exception Reporter:

Description _ krystyna 2008-07-17 22:03:36 UTC
Product Version: 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


According to qa guidelines, this is a P1.
http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html

Results of Accessibility test, window with title "HTTP Monitor"


 Doesn't implement Accessible :
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  }
Comment 1 Peter Zavadsky 2008-07-24 08:38:21 UTC
WindowsSplitPaneDivider is JDK internal UI windows L&F component, which client code has no direct access to. If it
doesn't implement Accessible and it is expected, then it seems to be a bug of JDK, if it doesn't need to (i.e. it is not
JComponent) and it already has getAccessibleContext method, then the accessibility test needs to be fixed.
Comment 2 Joelle Lam 2008-07-28 22:14:40 UTC
Krys, will you please see Petr's comments and see if you can get us an answer on this?