Leak in ScrollPaneSkin, related to touch events

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx19
    • Affects Version/s: jfx17
    • Component/s: javafx
    • None

      When touchDetected or mouseDown is true, the sbTouch animation is running,
      and the node is removed from the Scene, then the animation will never stop, causing a memory leak.
      Simple fix is to also check, whether the Node is visible, by checking the "isTreeShowing" property.

            Assignee:
            Florian Kirmaier
            Reporter:
            Florian Kirmaier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: