ScrollPane scrolling speed is not precise

XMLWordPrintable

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

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

              Created:
              Updated:
              Imported: