Scroll-Pane scolls to fast on many Items

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: javafx
    • None
    • Environment:

      Ubuntu 12.04 javafx develope rpreview

      If there are many Items and the height of the content is growing, the scroll-pane scrolls to fast....
      I get the source of the OpenJFX and get the skin for the scroll-pane there is the same bug.... I change this line and scrolling is normal

      double vPixelValue = vRange / getSkinnable().getHeight();

      changed to
      double vPixelValue = vRange / nodeHeight;

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

              Created:
              Updated:
              Imported: