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

Leak in ScrollPaneSkin, related to touch events

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx19
    • jfx17
    • 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.

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

              Created:
              Updated:
              Resolved: