ListView ignores initial scrolling

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 7u6
    • Affects Version/s: 7u6
    • Component/s: 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.

            Assignee:
            Mick Fleming
            Reporter:
            Pavel Ĺ afrata
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: