RFR: 8296330: Tests: Add layout container snapping tests [v5]
Andy Goryachev
angorya at openjdk.org
Wed Nov 9 16:08:38 UTC 2022
On Wed, 9 Nov 2022 09:46:10 GMT, Marius Hanl <mhanl at 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
More information about the openjfx-dev
mailing list