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

Maximized JInternalFrames can't be size-restored after resizing parent Frame.

    XMLWordPrintable

Details

    • x86, sparc
    • solaris_2.6

    Description



      A script can be used to bring the test up without hassling with the JavaTest
      harness.

      #!/bin/ksh
      #JDK=/net/ultrajaguar.eng/export/jdk12x/`/bin/uname -p`/jdk1.2FCS_O
      #JDK=/net/mulder.eng/export/mulder3/jdk12x/`/bin/uname -p`/jdk1.2FCS_M
      JDK=/net/mulder.eng/export/mulder3/jdk12x/`/bin/uname -p`/jdk1.2FCS_R
      JCK=/net/ultralynx.eng/export/kumarsv/jck/JCK-12a-O
      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
      if [ ! -f JInternalFrameTests.html ]; then
        cp ${JCK}/tests/api/javax_swing/interactive/JInternalFrameTests.html .
      fi
      if [ ! -f JInternalFrameTests.java ]; then
        cp ${JCK}/tests/api/javax_swing/interactive/JInternalFrameTests.java .
      fi
      java -Djava.compiler=none javasoft.sqe.tests.api.javax.swing.interactive.JInternalFrame.JInternalFrameTests -TestCaseID JInternalFrameTest0005

      Once the test window is up
      (1) Click on the "Maximize" tool on the JInternalFrame.
      (2) Use the mouse to grab the right edge of the enclosing Frame and resize rightwards.

      The top of the JInternalFrame will disappear. The JInternalFrame cannot be moved
      downwards and cannot be restored in size.

      The bug was not present in build M. It was introduced in either build N or build O.

      allan.jacobs@Eng 1998-11-12

      Attachments

        Issue Links

          Activity

            People

              hgajewsksunw Hania Gajewska (Inactive)
              ajacobssunw Allan Jacobs (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: