-
Bug
-
Resolution: Fixed
-
P4
-
1.4.1, 1.4.1_01
-
mantis
-
x86
-
windows_2000, windows_xp
-
Verified
Name: asR10013 Date: 04/10/2002
Filed By : J2SE-SQA [###@###.###
JDK : jdk1.4.1-b07, jdk1.4.1-b06, jdk1.4.0
JCK : jck1.4-b17
Platform[s] : Windows 2000 pro, Windows XP
switch/Mode : -client -Xmixed -Xfuture
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: api/java_awt/interactive/ComponentTests.html#ComponentTests [ComponentTest0012]
When you select some items in the list box then scroll, the listbox with mouse black lines appear sometimes.
The bug is not reproducable on Windows 95, Windows 98 platforms.
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_awt/interactive/ComponentTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/hopper/b07/jck14/win32/win2000_client_linux-2/workDir/api/java_awt/interactive/ComponentTests_ComponentTests.jtr
How to reproduce:
=================
Run the following script (you may need to change JCK and JDK variables)
The test window appears and you are provided with instructions to
complete the test. If you play a little with the list box selecting its items and
moving the scrollbar with mouse you will notice bold black lines and other
graphical artefacts.
--- script start ---
#!/bin/sh
# change variables as needed
JCK="h:/java/jck1.4/JCK-runtime-14"
JDK="h:/java/jdk1.4.1/win32.b07"
switches="-client -Xmixed -Xfuture"
CLASSPATH="${JCK}/classes;${JCK}/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.interactive.ComponentTests -TestCaseID ComponentTest0012
--- script end ---
Test output:
============
ComponentTest0012: Failed. Component test does NOT work as expected. STATUS:Failed.tests: 1; failed: 1; first test case failure: ComponentTest0012
Specific Machine Info:
======================
Hostname: linux-2
OS: Windows 2000 pro
======================================================================
- duplicates
-
JDK-4840148 Scrolling a List on WinXP leaves black lines
-
- Closed
-