JDK-4058370 : Called modal dialog allows interaction with OTHER top level windows in CDE
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1.1,1.1.4
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.5.1
  • CPU: generic,sparc
  • Submitted: 1997-06-12
  • Updated: 1998-08-14
  • Resolved: 1998-08-14
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 Other
1.1.6 1.1.6Fixed 1.2.0Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
Modal dialogs not working properly in CDE.  If true, modal dialog should block input to other windows - this functions properly in Openwin but not in CDE.
When running the same scenario in CDE, input is NOT restricted or blocked
from other windows.  Same occurs when testing  with JDK1.1, 1.1.1, 1.1.2 

This behavior is not experienced from appletviewer...
This is causing great angst....please help.
carolyn.obata@EBay 1997-06-11

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic FIXED IN: 1.1.6 1.2beta3 INTEGRATED IN: 1.1.6 1.2beta3 VERIFIED IN: 1.1.6
14-06-2004

EVALUATION robert.obrien@Eng 1997-06-12 We need detailed info on how to reproduce this including sample source. Marking as incomplete pending a reply from the submitter. bhanks@eng 1997-06-13 This appears to be a duplicate of 4044219, so unless I hear back from the submittor stating otherwise by Wednsday 6/18, I will close as a duplicate. bhanks@eng 1997-06-16 Added user test cases as attachments. There definitely is a difference when running the test cases under AppletViewer as opposed to hotjava. If hotjava was to do the same thing that Appletviewer does, it well may lead to a denial of service attack. We here at Sunsoft don't really consider this a P1S1 bug, forwarding onto javasoft for their assessment. bill.foote@Eng 1997-06-26 I observe the same behavior in both HotJava and appletviewer. That is, the applet creates two (overlapping) dialogs with a button that says "click here". When you click, it creates a dialog. Under fvwm (with the OpenWindows Motif libraries), this dialog is modal -- clicking on the other "click here" dialog does nothing. On my neighbor's machine, which is a vanilla CDE install, the dialog isn't modal. This is true for both appletviewer and HotJava. Looks like an AWT bug. Fixed by changing the Dialog Modal style from PRIMARY_APPLICATION to FULL_APPLICAITON. Notice that this change reverts the fix in BugId 4029855. Change reviewed by Amy Fowler. xianfa.deng@Eng 1997-12-22
22-12-1997

SUGGESTED FIX See suggested fix for 4064871. robert.wilson@Eng 1997-11-12
12-11-1997