JDK-6573321 : KFM 'activeWindow' property is not handled correctly for native dialogs, Windows
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Won't Fix
  • OS: windows
  • CPU: x86
  • Submitted: 2007-06-25
  • Updated: 2014-03-31
  • Resolved: 2014-03-31
Related Reports
Relates :  
Relates :  
Description
KeyboardFocusManager class exposes some properties like 'activeWindow' or 'focusOwner' that are available through add/removePropertyChangeListener() API. Howeverm 'activeWindow' property change event is not fired for windows native (file/print/page) dialogs.

To reproduce the problem, run the test attached to this bug report. The test shows a frame and a file dialog. The corresponding changes of 'activeWindow' property are printlned to the console.

This bug, along with many others related to windows native dialogs, will be probably fixed with 6179142.

Comments
Not enough resources to fix it...
31-03-2014