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 111044

Summary: [A11Y]BPEL Mapper should be focused after it is opened.
Product: soa Reporter: _ hong_lin <hong_lin>
Component: BPEL MapperAssignee: Alexey Anjeleevich <anjeleevich>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description _ hong_lin 2007-07-26 06:20:54 UTC
Build: NB 6.0 nightly build 200707230000

Steps to reproduce it:
1. In bpel designer editor window, use "Tab" key to navigate to an Assign element.
2. If BPEL Mapper is not opened, use "Shift + F10" to bring up the contextual menu for the Assign element.
3. Use the Down arrow key to navigate to "Show BPEL Mapper" item and hit "Enter" key.
4. BPEL Mapper is opened. But it is not focused.
Comment 1 Alexey Anjeleevich 2007-07-26 13:51:13 UTC
Fixed. 
1. Mapper which was opened on user request (like it was described in issues description) 
now becames active and gets focus.
2. Mapper which was shown in automatic mode on selection of assign requests focus only if
it is attached to sliding side.


Comment 2 _ hong_lin 2007-08-22 06:05:03 UTC
Verified