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 85903

Summary: A11Y: Delete key doesn't work in Design Center tree
Product: uml Reporter: bugbridge <bugbridge>
Component: Design CenterAssignee: Kris Richards <krichard>
Status: VERIFIED FIXED    
Severity: blocker CC: juhrik, mbudris, sj-nb
Priority: P2 Keywords: A11Y
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description bugbridge 2006-09-27 15:52:02 UTC
Original submitter: sergeyp

Description:
reproducible with buzz and coco

1. Create project in Design Center
2. add diagram or any element to the project
3. select element's node
4. press Delete
element isn't deleted, no deletion dialog appears.
the same workd fine in project tree

Workaround:
invoke 'Delete Element' from context menu with mouse (there is no a11y workaround)
Comment 1 Jaromir Uhrik 2006-10-04 09:03:03 UTC
I guess it will be possible to invoke popup-menu by Shift+F10. If so then it is
a11y-workaround. Does the shortcut work in your case? 
Comment 2 Sergey Petrov 2006-10-04 09:10:45 UTC
There is a bug with shift+f10 also,
seee http://www.netbeans.org/issues/show_bug.cgi?id=80747
Comment 3 Kris Richards 2006-11-03 23:08:25 UTC
added delete keystroke to DesignCenterTopComponent. Calls JProjectTree.deleteSelectedItems()
Comment 4 Sergey Petrov 2006-11-08 15:43:35 UTC
verified in 061107