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

Scroll-Pane scolls to fast on many Items

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • javafx
    • None
    • 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;

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

              Created:
              Updated:
              Imported: