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

Pulldown menu disrupts JTable colors.

XMLWordPrintable

    • rc1
    • x86, sparc
    • solaris_2.6


      Run the script Y.ksh.

      1. select "red"
      2. click to select the first row
      3. select "green"

      Part of the first row is red and part of it is green. It should be entirely
      red. Resizing the window causes the first row to be repainted red.

      allan.jacobs@Eng 1998-10-28

      1. select "red"
      2. click to select the first row
      3. select "green"
      4. click on "Lek" to select the first row

      The cell containing the Monetary Unit name "Lek" will be repainted green. The
      rest of the row remains red.

      allan.jacobs@Eng 1998-10-28

      #!/bin/ksh
      JCK=/net/mulder.eng/export/mulder1/JCK/JCK-122/JCK-runtime-api-122
      JDK=/net/mulder.eng/export/mulder3/jdk12x/sparc/jdk1.2.2_S
      export PATH=${JDK}/bin:/usr/bin:.
      export CLASSPATH=.:${JCK}/classes:${JCK}/javatest.jar
      unset LD_LIBRARY_PATH
      export THREADS_FLAG=native
      if [ ! -f JTableTests.java ]; then
        cp ${JCK}/tests/api/javax_swing/interactive/JTableTests.java .
      fi
      if [ ! -f JTableTests.html ]; then
        cp ${JCK}/tests/api/javax_swing/interactive/JTableTests.html .
      fi
      javac -d . JTableTests.java
      #java -Xfuture # javasoft.sqe.tests.api.javax.swing.interactive.JTable.JTableTests # -TestCaseID JTableTest0010
      java -Xfuture javasoft.sqe.tests.api.javax.swing.interactive.JTable.JTableTests -TestCaseID JTableTest0014
      java -Xfuture javasoft.sqe.tests.api.javax.swing.interactive.JTable.JTableTests -TestCaseID JTableTest0015

      allan.jacobs@Eng 1999-05-24

      Source code and a script to run the tests were in the attachments all along. The
      bug state should not be Incomplete because of "need more info". I've changed the script
      Y.ksh to run with the JCK's as they are positioned as of February, 2000:

      #!/bin/ksh
      #JDK=/net/ultrajaguar.eng/export/jdk12x/sparc/jdk1.2FCS_O
      JDK=/net/ultraowl.eng/export/ultraowl2/jdk12x/sparc/jdk1.2.2_W
      #JDK=/net/ultraowl.eng/export/ultraowl2/jdk13x/sparc/jdk1.3_T
      JCK=/net/ultraowl.eng/export/ultraowl2/JCK/JCK-12a/JCK-runtime-api-12a
      PATH=${JDK}/bin:/usr/dt/bin:/usr/bin:/bin:/usr/openwin/bin
      LD_LIBRARY_PATH=/usr/dt/lib:/usr/openwin/lib
      CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
      export PATH
      export LD_LIBRARY_PATH
      export CLASSPATH
      export DISPLAY=algol:0.0
      if [ ! -f JTableTests.java ]; then
        cp ${JCK}/tests/api/javax_swing/JTableTests.java .
      fi
      if [ ! -f JTableTests.html ]; then
        cp ${JCK}/tests/api/javax_swing/JTableTests.html .
      fi
      javac -d . JTableTests.java
      java -Xmx80m javasoft.sqe.tests.api.javax.swing.interactive.JTable.JTableTests -TestCaseID JTableTest0014

      allan.jacobs@Eng 2000-02-14

      Retesting - the bug is in JDK 1.2.2 (build W).
      The bug is fixed in JDK 1.3 (built T) and kestrel on Solaris.

      allan.jacobs@Eng 2000-02-14

            pmilnesunw Philip Milne (Inactive)
            ajacobssunw Allan Jacobs (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: