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 146249

Summary: a11y: any diagram has no a11y name and description
Product: uml Reporter: Peter Lam <petersl>
Component: General DiagramAssignee: Viktor Lapitski <lvv>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: ide log file

Description Peter Lam 2008-09-04 22:04:44 UTC
build 20080904

Results of Accessibility test, window with title "Class Diagram 1"

 No Accessible name :
   Class: org.netbeans.api.visual.widget.SceneComponent {  |  } 

 No Accessible description :
   Class: org.netbeans.api.visual.widget.SceneComponent {  |  } 

 Components not reachable with tab traversal :
   Class: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField {  |  } 
   Class: org.netbeans.api.visual.widget.SceneComponent {  |  } 


When Ctrl+F11 was pressed, the following exception popped up but not sure if that's related. See attached ide log file
for complete exception.

java.lang.NullPointerException
	at org.netbeans.modules.uml.drawingarea.util.Util.makeSureWidgetIsVisible(Util.java:209)
	at
org.netbeans.modules.uml.drawingarea.actions.CycleObjectSceneSelectProvider.switchFocus(CycleObjectSceneSelectProvider.java:149)
	at
org.netbeans.modules.uml.drawingarea.actions.CycleObjectSceneSelectProvider.switchNextFocus(CycleObjectSceneSelectProvider.java:70)
	at org.netbeans.modules.visual.action.CycleFocusAction.keyTyped(CycleFocusAction.java:66)
	at org.netbeans.api.visual.action.WidgetAction$Chain.keyTyped(WidgetAction.java:904)
	at org.netbeans.api.visual.widget.SceneComponent$Operator$9.operate(SceneComponent.java:589)
...
Comment 1 Peter Lam 2008-09-04 22:05:43 UTC
Created attachment 69103 [details]
ide log file
Comment 2 Viktor Lapitski 2008-09-09 00:47:49 UTC
http://hg.netbeans.org/uml-main/rev/8b5fc1f81b74
Comment 3 Trey Spiva 2008-09-09 18:28:44 UTC
Reviewed
Comment 4 Peter Lam 2008-09-09 22:45:42 UTC
verified in build 20080909. Exception does not occur either.