JDK-5023775 : common print dialogs on disconnected printer takes so long to display
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: generic
  • Submitted: 2004-03-31
  • Updated: 2004-04-06
  • Resolved: 2004-04-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
5.0 b46Fixed
Related Reports
Relates :  
Description
It takes approximately 2 mins to show up the print and page dialogs using the cross-platform dialog when the default network printer is disconnected.  

java version "2d-jcg-win-01-2004-03-26.tiger"

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

EVALUATION The code path responsible for this delay where we query each media for its printable area was not called in previous releases due to 4988827. To fix this, we need to bail out as soon as we detect problem in querying the printer. ###@###.### 2004-03-30
30-03-2004