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

Leak in ScrollPaneSkin, related to touch events

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • jfx17
    • jfx19
    • javafx
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: