On Mon, 7 Dec 2020 10:46:32 GMT, Jeanette Winzenburg <[email protected]> wrote:
>> issues with behavior: >> - memory leak due to an key eventHandler that's not removed >> - after dispose, still modifying treeView (anchor) state due to listeners >> selection that are not removed >> >> issues with skin: >> - memory leak due to behavior leaking >> - memory leak due to cellFactory in flow not removed >> - throws NPE after switching (on modifying root children, refresh) due to >> listeners not removed >> >> Fixed by cleaning up as needed. Added tests that are failing before and >> passing after the fix. > > Jeanette Winzenburg has updated the pull request incrementally with one > additional commit since the last revision: > > rename for consistency Marked as reviewed by arapte (Reviewer). ------------- PR: https://git.openjdk.java.net/jfx/pull/358
