JDK-4969336 : "Print to file" dialog is opened below the print dialog
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,linux_redhat_2.1
  • CPU: generic,x86
  • Submitted: 2003-12-16
  • Updated: 2004-01-26
  • Resolved: 2004-01-26
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
5.0 b36Fixed
Related Reports
Duplicate :  
Relates :  
Description
Using cross-platform print dialog and printing to a file, the print dialog stays on top when the JFileChooser is shown.  This is using Window Maker window manager in RH AS 2.1.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b36 tiger-beta2
14-06-2004

EVALUATION =========================================== Caused by call to "setAlwaysOnTop" which is a fix for 4775862. ###@###.### 2003-12-16 ============================================ Removed setAlwaysOnTop and modified fix to get current active Frame/Dialog as the parent of print dialog. New frame is created only when there is no active Dialog/Frame. ###@###.### 2003-12-16 =====================================
16-12-2003