-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1
-
ladybird
-
x86
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2037637 | 1.4.0 | Mike Bronson | P2 | Closed | Fixed | merlin |
Set JAVA_HOME and run on a Linux machine with a keyboard with two Home, two End,
two PageUp, two PageDown, and two sets of arrow keys.
#!/bin/ksh
#JAVA_HOME=
JCK=/net/ultraowl.eng/export/ultraowl1/javatb/testbase/src/JCK-runtime-13fcs
#java version "1.3.0_01"
#Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_01)
#Java HotSpot(TM) Client VM (build 1.3.0_01, mixed mode)
cat ${JCK}/lib/jck.policy
#grant {
# permission java.security.AllPermission;
#};
CLASSPATH=
export CLASSPATH
#Testing on a machine with two sets of arrow keys, two Home keys,
#two End keys, two PageUp keys, and two PageDown keys.
#Neither Home key has any effect.
#Numeric keypad Home, End, and arrow keys have no effect.
${JAVA_HOME}/bin/java -Djava.security.policy=${JCK}/lib/jck.policy javasoft.sqe.tests.api.java.awt.interactive.Scrollbar.ScrollbarTests -TestCaseID ScrollbarTest0002
#Testing on a machine with two sets of arrow keys, two Home keys,
#two End keys, two PageUp keys, and two PageDown keys.
#Neither Home key has any effect.
#Numeric keypad Home, End, PgUp, PgDn, and arrow keys have no effect.
ScrollbarTest0001: Five keys have no effect:
Home
Numeric keypad Home
Numeric keypad End
Numeric keypad left arrow
Numeric keypad right arrow
ScrollbarTest0001: Seven keys have no effect:
Home
Numeric keypad Home
Numeric keypad End
Numeric keypad up arrow
Numeric keypad down arrow
Numeric keypad PgUp
Numeric keypad PgDn
allan.jacobs@Eng 2000-10-12
- backported by
-
JDK-2037637 Keyboard does not interact with AWT scrollbars.
-
- Closed
-