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

Resizing ScrollPane causes Motif warnings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.2.2
    • client-libs
    • sparc
    • solaris_7


      dennis.sigel@eng 1999-09-27

      Tried to file this earlier, but it looks like bugtraq ate the bug report.
      So here goes again,

      With ScrollPane resizing (scrollbar display policy "as-needed",
      the following Warning appears:

      Warning:
          Name: VertScrollBar
          Class: XmScrollBar
          The specified scrollbar value is less than the minimum
          scroll bar value.

      This occurs in the componentResized() routine when resizing
      causes the scrollbars to appear/disappear if calls are made
      to

      getHAdjustable().setValue(x);
      getVAdjustable().setValue(y);

      when x and y are greater than zero. Getting the min-max
      values of the scrollbars shows valid parameters and x and
      y are well within those parameters.

            Unassigned Unassigned
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: