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 46353 - [A11Y] Focus goes to main window after close of modal dialog opened from UCW
Summary: [A11Y] Focus goes to main window after close of modal dialog opened from UCW
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y, FOCUS
Depends on:
Blocks:
 
Reported: 2004-07-20 19:13 UTC by Lukas Hasik
Modified: 2007-05-21 09:12 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 Lukas Hasik 2004-07-20 19:13:32 UTC
open Update Center wizard and open any of this
dialogs:
-Proxy dialog
-Select directory or nbm. files
-View Certificate
when you finish these dialogs the focus goes to
the main window and you cannot get the focus back
only with the mouse click.
Comment 1 Jiri Rechtacek 2004-07-26 11:02:13 UTC
fixed in src/org/netbeans/core/windows/services/DialogDisplayerImpl.java;
/cvs/core/windows/src/org/netbeans/core/windows/services/DialogDisplayerImpl.java,v
 <--  DialogDisplayerImpl.java
new revision: 1.4; previous revision: 1.3
done
Comment 2 Lukas Hasik 2004-07-28 13:50:21 UTC
sorry Jirko, I have to reopen. Proxy, Error, View certificate works
fine. But fix also 'Save copy...', thanks.
Comment 3 Jiri Rechtacek 2004-07-29 09:58:33 UTC
fixed the focus problem when invoke&close JFileChooser.

Checking in src/org/netbeans/modules/autoupdate/ResultsPanel.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/ResultsPanel.java,v
 <--  ResultsPanel.java
new revision: 1.55; previous revision: 1.54
done
Checking in src/org/netbeans/modules/autoupdate/SelectModulesPanel.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/SelectModulesPanel.java,v
 <--  SelectModulesPanel.java
new revision: 1.39; previous revision: 1.38
done
Comment 4 Lukas Hasik 2004-09-02 10:35:04 UTC
verified