JDK-4338004 : In Windows and Solaris, printjob pops up only the native dialog.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_7,solaris_8
  • CPU: sparc
  • Submitted: 2000-05-13
  • Updated: 2001-03-02
  • Resolved: 2000-12-06
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
1.4.0 betaFixed
Related Reports
Duplicate :  
Relates :  
Description
In Windows and Solaris :

Dialog options can be set to a printjob through the JobAttributes class of java.awt. Three dialog options are provided by this class . they are NONE - no dialog will pop up (background printing), NATIVE - Native dialog will popup and COMMON - Pure java dialog will popup. But here printjob pops up only the Native dialog irrespective of the dialog type set. This occurs in merlin-beta.


How to reproduce the bug--->
Run the sample program. You will get a frame with a textarea and 3 buttons. Press the 'Print-None' button. check whether native dialog pops up. if it pops up, bug is reproduced. Press 'Print-Common' button. check whether native dialog pops up. if it is popped up, the bug is reproduced. Whole frame will be printed if you press 'ok' of the print dialog. 

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta VERIFIED IN: merlin-beta
14-06-2004

PUBLIC COMMENTS The bug is not reproducible blessen.mathews@Eng 2001-03-02
02-03-2001

EVALUATION For the Merlin EA release, the 2D team changed AWT printing to wrap 2D printing. All AWT printing-specific code is unused. Because of this, printing is limited to the native print dialog only. The 2D team has committed to fixing this problem for merlin FCS. david.mendenhall@eng 2000-05-16
16-05-2000