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

ListView ignores initial scrolling

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7u6
    • 7u6
    • javafx

      Open a window with a ListView, move the mouse over the ListView and scroll down. Nothing happens, because VirtualFlow computes the scrolling delta this way:
                                  virtualDelta = event.getTextDeltaY() * lastCellLength;
      but at this time lastCellLength is -1.

            miflemi Mick Fleming
            psafrata Pavel Ĺ afrata
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: