-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.4.1
-
x86
-
windows_98
Name: kaR10181 Date: 05/14/2002
Filed By : J2SE-SQA [###@###.###
JDK : jdk1.4.1-b11
JCK : JCK1.4-b17
Platform[s] : Windows 98
switch/Mode : -client -Xmixed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : api/java_awt/interactive/PrintDialogTest.java
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_awt/interactive/PrintDialogTest.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/hopper/b11/win32/win98_plugin_ns4.77_linux-17/workDir/api-interactive/java_awt/interactive/PrintDialogTest.jtr
How to reproduce:
=================
---------Script start-------------------
#!/bin/sh
JAVA_HOME="c:/jdk1.4.1"
JCK="c:/jck1.4/JCK-runtime-14"
export CLASSPATH="$JCK/classes;$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.java.awt.interactive.PrintDialogTest"
executeArgs="-platform.hasPrinter true"
$JAVA_HOME/bin/java -client -Xmixed -showversion ${executeClass} ${executeArgs}
---------Script end -------------------
Press "printDialog()" button. After print dialog creating, try to move
this dialog. Panel with "printDialog" button should be repainted after
moving, but it does not, and user can see pictures like a screenshot on
the test panel until print dialog exist. It seems test panel is not
repainting until print dialog destroing.
Specific Machine Info:
======================
Hostname: linux-17
OS: Windows 98
======================================================================
- relates to
-
JDK-4374079 Win32:Lightweight components do not immediately repaint in response to repaint()
- Resolved
-
JDK-4761744 Win32 java.awt.print.PrinterJob.printDialog() blocks
- Closed