-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1, 1.4.2
-
b26
-
x86, sparc
-
linux, solaris_8, solaris_9, windows_2000
-
Verified
Name: kaR10181 Date: 04/30/2002
2 testcases ScrollbarTest0003, ScrollbarTest0004 from the
JCK1.4 test api/java_awt/interactive/ScrollbarTests.html fail.
The testcases verify the behavior of Scrollbar.setBlockIncrement(int v),
Scrollbar.setUnitIncrement(int v) methods. They fail due to the following
reason - setting negative value for increment does NOT change scrollbar
behavior. If block/unit increment is negative, the scrollbar should decrement
its value when user tryes to increment it. The specification reads
(doc/api/java/awt/Scrollbar.html):
"setUnitIncrement
public void setUnitIncrement(int v)
Sets the unit increment for this scroll bar.
The unit increment is the value that is added (subtracted) when
the user activates the unit increment area of the scroll bar,
generally through a mouse or keyboard gesture that the scroll bar receives
as an adjustment event.
Specified by:
setUnitIncrement in interface Adjustable
Parameters:
v - the amount by which to increment or decrement the scroll
bar's value
setBlockIncrement
public void setBlockIncrement(int v)
Sets the block increment for this scroll bar.
The block increment is the value that is added (subtracted) when
the user activates the block increment area of the scroll bar,
generally through a mouse or keyboard gesture that the scroll bar receives
as an adjustment event.
Parameters:
v - the amount by which to increment or decrement the scroll
bar's value"
Bug is reproducible in plugin, solaris 5.8,
linux.
It seems tests failed due to native implementation of scrollbar which can't
work with negative values for block/unit increment.
Filed By : J2SE-SQA [###@###.###
JDK : jdk1.4.1-b10
JCK : JCK1.4-b17
Platform[s] : RedHat Linux 7.2, RedHat Linux 7.1, Solaris 5.8
switch/Mode : -client -Xmixed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : api/java_awt/interactive/ScrollbarTests.java
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_awt/interactive/ScrollbarTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/hopper/b10/jck14/i386/s8_plugin_ns6.2_linux-6/workDir/api-interactive/java_awt/interactive/ScrollbarTests_ScrollbarTests.jtr
How to reproduce:
=================
---------Script start-------------------
#!/bin/sh
JCK=/net/linux-15/export/home/java/jck1.4/JCK-runtime-14
export JCK
CLASSPATH="${JCK}/classes;${JCK}/javatest.jar"
export CLASSPATH
JAVA_HOME=/net/linux-15/export/home/java/jdk1.4.1/linux/
export JAVA_HOME
$JAVA_HOME/bin/java -version
$JAVA_HOME/bin/java -cp ${JCK}/classes\:${JCK}/javatest.jar -Xfuture -client -Xmixed javasoft.sqe.tests.api.java.awt.interactive.Scrollbar.ScrollbarTests -TestCaseID ScrollbarTest0003 ScrollbarTest0004
---------Script end -------------------
Set negative value for setBlockIncrement and setUnitIncrementa attributes
After that, try to block/unit increment. The scrollbar should decrement
its value, but it increments.
Test output:
================
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b10)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b10, mixed mode)
Warning:
Name: scrollbar
Class: XmScrollBar
The scrollbar page increment is less than 1.
Warning:
Name: scrollbar
Class: XmScrollBar
The scrollbar increment is less than 1.
ScrollbarTest0003: Failed. Scrollbar test does NOT work as expected.
ScrollbarTest0004: Failed. Scrollbar test does NOT work as expected.
STATUS:Failed.tests: 2; failed: 2; first test case
failure: ScrollbarTest0003
Specific Machine Info:
======================
Hostname: linux-24
OS: RedHat Linux 7.2/Gnome
======================================================================