JDK-4614594 : REGRESSION: AWT cannot display Dialog with modal=true in focus event
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2001-12-17
  • Updated: 2001-12-21
  • Resolved: 2001-12-21
Related Reports
Duplicate :  
Description

Name: jk109818			Date: 12/17/2001


java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b84)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b84, mixed mode)

I try to open awt.Dialog with modal=true at FocusLost event
and cannot open successfully. It seem that it was blocked by
some synchronized variable or method. My sample code is shown below.

<Attached TestDialogFrame.java to bug report>

Release Regression From : 1.3.1_01
The above release value was the last known release where this 
bug was knwon to work. Since then there has been a regression.

(Review ID: 136852) 
======================================================================

Comments
EVALUATION Moved code sample to an attachment. Reproduced with B89 on Windows NT4. Not reproducable on Solaris. Shall fix for Hopper ###@###.### 2001-12-17 I think this is a duplicate of another bug we received recently. If I am correct, we thought it might require new APIs to fix. ###@###.### 2001-12-17 Name: osR10079 Date: 12/21/2001 The same problem as in 4531693. Close as duplicate. ###@###.### 21 Dec 2001 ======================================================================
24-08-2004