Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4378813

Keyboard does not interact with AWT scrollbars.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.3.1
    • 1.3.1
    • client-libs
    • ladybird
    • x86
    • linux
    • Verified


        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

              mbronsonsunw Mike Bronson (Inactive)
              ajacobssunw Allan Jacobs (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: