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 - a11y: any diagram has no a11y name and description
Summary: a11y: any diagram has no a11y name and description
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-09-04 22:04 UTC by Peter Lam
Modified: 2008-09-09 22:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log file (23.86 KB, text/plain)
2008-09-04 22:05 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
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.