On Wed, 9 Nov 2022 09:46:10 GMT, Marius Hanl <mh...@openjdk.org> wrote:
>> While checking https://bugs.openjdk.org/browse/JDK-8295078 I found much more >> layout container which do not snap their children correctly. >> >> The goal of this PR is to add snapping tests for all layout container. >> After that we can create issues for all broken layout container, fix them >> and comment in the corresponding line. > > Marius Hanl has updated the pull request incrementally with one additional > commit since the last revision: > > 8296330: Fixed typos, improved javadoc modules/javafx.graphics/src/test/java/test/javafx/scene/layout/SnappingTest.java line 144: > 142: > 143: static Stream<ContainerCreator<?>> getContainerCreators() { > 144: // TODO: Create issues and fix snapping for all commented out > layout containers below. should we refer to the ticket you've created? JDK-8296609, right? ------------- PR: https://git.openjdk.org/jfx/pull/936