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

VirtualFlow: adjustPixel(double delta) is not accurate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • 7u6
    • javafx

      The method VirtualFlow.adjustPixel(double delta) is not accurate when called repeatedly.

      If adjustPixel(200) is called once VirtualFlow will adjust the pixels by 200px to the right. This behavior is correct.

      Whereas if I have the following sequence of adjustPixel VirtualFlow does not adjust the pixel by 200px after the sequence is complete.
      adjustPixel(49.5)
      adjustPixel(49.5)
      adjustPixel(50)
      adjustPixel(51)

            Unassigned Unassigned
            kwwong Kinsley Wong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported: