JDK-4687857 : focus is back to wrong window after closing dialog
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2002-05-20
  • Updated: 2002-11-22
  • Resolved: 2002-11-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2 mantisFixed
Related Reports
Relates :  
Description
In the following cases, the focus is always back to the incorrect window so
it forces user to do the extra action to click back to the right window.

On Java tab in Preferences:
 - when closing Open dialog from Choose button
 - when closing JRE Finder from Find button

On Advanced tab in Preference:
 - when closing Open dialog from Choose Log File Name

On Root Certificates tab in Preferences:
 - when closing Open dialog from Import button

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis mantis-b08 VERIFIED IN: mantis
31-08-2004

EVALUATION It is not the focus that is not what is expected, but the active window. This behavior has very litle to do with Java Web Start. We just create a JFileChooser, Swing or the OS decide where activation goes when it's dismissed. ###@###.### 2002-05-21 investigate for mantis ###@###.### 2002-07-23 Problem is only on windows. I can fix the problem by changing the PrefsPanel to become a modal dialog. Then the preferences panel becomes active after closing the filechooser in both windows and solaris. But do we want the PrefsPanel to become modal? I also contacted the AWT focus team for comments on this problem. ###@###.### 2002-10-07
07-10-2002