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 - A11Y - Http Monitor does not implement Accessible
Summary: A11Y - Http Monitor does not implement Accessible
Status: RESOLVED INVALID
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Joelle Lam
URL: http://developer.java.sun.com/develop...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-17 22:03 UTC by _ krystyna
Modified: 2008-07-28 22:18 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: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?