JDK-4167266 : Modal dialogs should be modal per AppContext
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.2.0,1.3.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 1998-08-18
  • Updated: 2005-05-21
  • Resolved: 2005-05-21
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.
JDK 6
6 b38Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Currently, modal dialogs are modal AWT-wide, so if a modal dialog is displayed,
no input is allowed to any windows other than the dialog box.

Instead, modal dialogs should be modal AppContext-wide, so if a modal dialog is
displayed, no input is allowed to any other windows in that AppContext.

Comments
EVALUATION This bug appears to be a duplicate of 4178473 "Dialogs needs modality which blocks input only to owner window" tim.bell@Eng 1999-06-24 No, those are two very different concepts. The bugs are not duplicates. david.mendenhall@eng 1999-06-24 We have an API proposal for addressing this (http://javaweb.eng/~dpm/modal.txt), but it is currently on the back-burner. Committing to tiger for now. david.mendenhall@eng 2000-02-16 Implemented as a part of 4080029. ###@###.### 2005-05-04 11:43:48 GMT
16-02-2000