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 147010

Summary: a11y: newly created element using Command+Enter from modeling palette does not respond to actions
Product: uml Reporter: Peter Lam <petersl>
Component: General DiagramAssignee: Thuy.d Nguyen <thuydn>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Peter Lam 2008-09-12 00:53:10 UTC
build 20080911

This seems to be on Mac only while verifying a bug fix.

- Command+Shift+8 to focus on the modeling palette
- Tab to focus in palette icons
- select an element using arrow keys
- Command+Enter to add selected element to diagram
- Command+Arrows does not move newly created element because focus is lost from the diagram, pressing Tab does not
traverse to another element
- press Command+0 again still doesn't put focus on the diagram since Tab traversal still doesn't get anything selected
Comment 1 Peter Lam 2008-09-12 01:08:05 UTC
Looks like the focus is not lost in the diagram. It's just not responded other actions like shortcut for moving it, tab
traversal, etc. Pressing the Esc key does cancel the selection. And pressing Command+P also puts focus on the context
palette.

Workaround: press Esc then tab to the element to reselect it for other actions.
Comment 2 Thuy.d Nguyen 2008-09-18 00:13:57 UTC
changeset 589a6db423f7 in uml-main
details: http://hg.netbeans.org/uml-main?cmd=changeset;node=589a6db423f7
Comment 3 Trey Spiva 2008-09-18 21:47:05 UTC
Reviewed