-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
x86, sparc, itanium
-
linux, solaris_10, windows_2003, windows_xp
Name: aaR10208 Date: 10/19/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b22-b24 (passed with jdk1.4.2-fcs)
JCK : JCK1.5-runtime
Platform[s] : Windows 2003 Enterprise, Windows XP Pro
switch/Mode : generic
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: api/javax_swing/interactive/JTabbedPaneTests.html#JTabbedPane [JTabbedPaneTest0013, JTabbedPaneTest0014, JTabbedPaneTest0015, JTabbedPaneTest0016]
JCK1.5-runtime api/javax_swing/interactive/JTabbedPaneTests.html#JTabbedPane test fails since b22, but passes with jdk1.4.2-fcs.
The bug is reproducible when JTabbedPane has more than one row: clicking by the tab in the second row make the tab title and icon to be erased.
The failure is reproducible since b22 and not reproducible with jdk1.4.2-fcs.
Screenshots are attached.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-14a/tests/api/javax_swing/interactive/JTabbedPaneTests.java
jtr file location:
==================
/net/jtgb4u4c/export/sail15/results.2/tiger/b23/jck15/win32/win2003_client_xint_jcc-itanium-02/workDir/api-interactive/javax_swing/interactive/JTabbedPaneTests_JTabbedPane.jtr
How to reproduce:
=================
1. Run the following script (you may need to change its variables)
2. Click on a tab in the second row
--- script start ---
#!/bin/bash
JCK="n:/koori/onestop/jck/1.5/promoted/beta/b06/binaries/JCK-runtime-15"
JDK="n:/koori/onestop/jdk/1.5.0/promoted/all/b24/binaries/windows-i586"
#JDK="n:/koori/onestop/jdk/1.5.0/promoted/all/b22/binaries/windows-ia64"
#JDK="n:/koori/onestop/jdk/1.4.2/promoted/latest/binaries/windows-ia64"
PSEP=";"
CP="${JCK}/classes${PSEP}${JCK}/javatest.jar"
TEST_ARGS="-TestDirURL file:///${JCK}/tests/api/javax_swing/interactive/JTabbedPaneTests.html#JTabbedPane"
$JDK/bin/java -showversion -cp ${CP} javasoft.sqe.tests.api.javax.swing.interactive.JTabbedPane.JTabbedPaneTests ${TEST_ARGS} -TestCaseID JTabbedPaneTest0013 JTabbedPaneTest0014 JTabbedPaneTest0015
--- script end ---
Test output:
============
Specific machine info:
======================
Hostname: JCC-ITANIUM-02
OS: Windows 2003 Enterprise
Hostname: jck-win2000xp
OS: Windows XP Pro
======================================================================
- duplicates
-
JDK-4928955 Only bottom row of multi level tabs paint correctly when selected.
-
- Closed
-