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 33850 - a11y: closing a popup dialog/window lost focus to the parent
Summary: a11y: closing a popup dialog/window lost focus to the parent
Status: VERIFIED DUPLICATE of bug 33676
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-05-23 07:42 UTC by pzajac
Modified: 2008-12-23 11:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2003-05-23 07:42:03 UTC
Description: 
s1s5se rc5 build, jdk1.4.1_02, 
solaris9 sparc/gnome v2.0, redhat linux 7.2/gnome v1.4

When a popup window or dialog box is dismissed, the focus is not transferred
back to the immediate parent component and it goes to the main IDE window 
instead. This requires an extra step to get focus back to the dismissed 
component's immediate parent component. This behaviour also causes some a11y
automated test cases to fail. This works fined on the CDE desktop environment.

Repro steps.

1. mount a filesystem to create a JAR Archives' Jar Recipe
2. create a Jar Recipe from the JAR Arhives through the New Wizard
3. bring up the properties dialog box for the created Jar Recipe
4. bring up any popup dialog or window from the "..." icon through
   the Properties dialog
5. close the popup (use either Alt-F4 or mouse click on OK or Cancel) 
   and watch the focus get transferred to the main IDE window, but the
   focus should be on the Properties dialog.

Other cases that caused this problem.
1. select Filesystems from the Explorer window
2. right-click and select Mount->Local Directory
3. use keyboard or mouse to close the New Wizard dialog and the focus is
   not on the Explorer window but on the main IDE window.





A comment.
Comment 1 pzajac 2003-05-23 07:48:11 UTC
transfered from bugtraq Bug Id: 4868617.
it seems to be duplicate of #33676

*** This issue has been marked as a duplicate of 33676 ***
Comment 2 pzajac 2003-05-30 08:12:41 UTC
verified duplicate