-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2, 5.0
-
tiger
-
generic, x86, sparc
-
generic, linux, solaris_8
-
Verified
Name: icR10030 Date: 12/11/2002
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.4.2-b09
JCK : JCK1.4a-runtime
Platform[s] : SuSe 8.0 (GNOME), Redhat 7.3, Solaris sparc 2.8
switch/Mode : -server -Xmixed -Xfuture
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/java_awt/interactive/event/EventTests.html#EventTest0015 [EventTest0015]
JCK1.4a-runtime api/java_awt/interactive/event/EventTests.html#EventTest0015 test fails on JDK1.4.2-b09
The test verifies the behavior of the popup menu. The popup menu must appear after right mouse button click
and remain visible but it disappears immediately. Intermittently it remains visible.
The bug is not reproducible on Windows.
Test source location:
=====================
/java/re/jck/1.4a/promoted/fcs/binaries/JCK-runtime-14a/tests/api/java_awt/interactive/event/MyActionListener.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/mantis/b09/jck14a/linux/suse8.0_gnome_server_linux-19/workDir/api-interactive/java_awt/interactive/event/EventTests_EventTest0015.jtr
How to reproduce:
=================
1. Run the following script (you may need to change its variables)
2. Click the "Show Frame" button - the frame "Frame" appears
3. Click right mouse button in white rectangle
4. The popup menu must appear and remain visible but it disappears immediately
--- script start ---
#!/bin/bash
JCK="/net/linux-15/export/home/java/jck1.4a/JCK-runtime-14a"
JDK="/net/linux-15/export/home/java/jdk1.4.2/linux"
switches="-server -Xmixed -Xfuture"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.interactive.event.EventTests -TestCaseID EventTest0015
--- script end ---
Test output:
============
Specific machine info:
======================
Hostname: linux-19
OS: SuSe 8.0 (GNOME)
Hostname: linux-13
OS: Redhat 7.3 (GNOME)
Hostname: linux-1
Solaris sparc 2.8 Openwin
======================================================================
- relates to
-
JDK-4919448 With MToolkit, Popup menu does not stay open after a triggering click
-
- Closed
-