-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b32
-
generic
-
generic
-
Verified
Name: iaR10016 Date: 11/18/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b28
(passes with JDK1.5.0-b26, JDK1.4.2-b28)
JCK : JCK1.5-runtime (b08)
Platform[s] : all
switch/Mode : default
JCK test owner: http://javaweb.eng/jck/usr/owners.jto
Falling test : api/javax_swing/interactive/JOptionPaneTests.html#JOptionPane[JOptionPaneTest0011]
JCK1.5-runtime api/javax_swing/interactive/JOptionPaneTests.html#JOptionPane test fails with
JDK1.5.0-b28 on all platforms. Please, run the script from "How to reproduce" section and do the
following steps to reproduce the failure:
- Click "Show JOptionPane Internal Combobox Input Dialog"
- When internal input dialog appears try to select some vacation from the vacation destination list.
The list works fine with keyboard, but it is impossible to select any list item using mouse.
This bug is not reproducible with previous JDK builds.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/javax_swing/interactive/JOptionPaneTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b28/jck15/linux/redhat_advserver21_gnome_smp_client_esa_linux-24/workDir/api-interactive/javax_swing/interactive/JOptionPaneTests_JOptionPane.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
#Paths in Java Software:
JDK="/java/re/jdk/1.5.0/promoted/all/b28/binaries/linux-i586"
JCK="/java/re/jck/1.5/promoted/beta/b08/binaries/JCK-runtime-15"
#Alternative paths outside Java Software:
#JDK="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b28/binaries/linux-i586"
#JCK="/net/koori.sfbay/onestop/jck/1.5/promoted/beta/b08/binaries/JCK-runtime-15"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java -cp ${CLASSPATH} javasoft.sqe.tests.api.javax.swing.interactive.JOptionPane.JOptionPaneTests -TestCaseID JOptionPaneTest0011 -TestDirURL "file://${JCK}/tests/api/javax_swing/interactive/JOptionPaneTests.html#JOptionPane"
--- script end ---
Specific machine info:
======================
Hostname: linux-1
OS: Solaris 8 (sparc) (CDE)
Hostname: linux-24
OS: RedHat Advanced Server 2.1 (Gnome)
======================================================================