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

ScrollPane scrolling speed is not precise

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 7u6
    • javafx
    • None

      If scrolling by a finger on a touchscreen, the content moves with different speed than the finger.
      This is a follow-up bug of RT-23256 - in this issue we started to use 'node.height' to compute the scrollable amount. That helped a lot, but is still not correct. We should rather use 'node.height - getSkinnable().getHeight()' because one page is visible so there is no scrolling to it. Attaching the patch that fixed the issue for me.

            Unassigned Unassigned
            psafrata Pavel Šafrata
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: