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 146389

Summary: a11y: focus to the diagram is lost after pressing Esc key to deselect elements
Product: uml Reporter: Peter Lam <petersl>
Component: General DiagramAssignee: Thuy.d Nguyen <thuydn>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Lam 2008-09-06 01:35:55 UTC
build 20080905

- click on the diagram
- press tab to select an element
- press Esc key to cancel all selection
- press Shift+F10 to bring up the context menu or Tab to reselect element but nothing works since focus might not be in
the diagram anymore
Comment 1 Peter Lam 2008-09-08 23:13:25 UTC
workaround: focus to the diagram window again using Ctrl+0
Comment 2 Thuy.d Nguyen 2008-09-10 01:22:16 UTC
Pressing ESC key cleared the selection on the scene, but the focused object on the scene was still set to the last
selected object.  Fixed the code to clear the focused object on scene as well.

http://hg.netbeans.org/uml-main/rev/7516560ae8bf
Comment 3 Thuy.d Nguyen 2008-09-10 01:24:23 UTC
Marked Resolved Fixed by mistake. Reopening the issue to mark it Started.
Comment 4 Trey Spiva 2008-09-10 18:22:27 UTC
Reviewed 
Comment 5 Peter Lam 2008-09-11 00:55:32 UTC
verified in build 20080910