JDK-4166803 : Focus set incorrectly on JInternalFrames
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.1.6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1998-08-17
  • Updated: 2001-03-16
  • Resolved: 2001-03-16
Related Reports
Duplicate :  
Description

Name: mf23781			Date: 08/17/98


*Symptoms:

Create 2 JInternalFrames, setting the focus programmatically to the first frame.
Let the user click on the window titlebar of the window without
focus, giving it the focus.  create a JInternalFrame on the pallette layer.When the user closes the new window on the pallette layer, the focus reverts to the window which had the focus 1st, not the window which had the focus last.

The windows look and feel exhibits this problem, the metal L & F do not.

======================================================================

Comments
EVALUATION I think the pallette layer is a lark, and that this is just a duplicate of the much-mentioned Windows z-layering problem when a window is closed, but will leave open to make sure this case is tested when the other problem is fixed. hania.gajewska@Eng 1999-09-16
16-09-1999