[jfx-tests] Integrated: 8316490: Problemlist ParallelCamera picking tests

2023-09-24 Thread Jayathirth D V
On Fri, 22 Sep 2023 09:40:31 GMT, Jayathirth D V wrote: > When we run 3D picking tests under test/scenegraph/fx3d/picking/parallel/ > nothing is displayed on the window and subscene parallel camera tests under > test/scenegraph/fx3d/subscene/picking/parallel/ throw > UnsupportedOperationExcept

Re: [jfx-tests] RFR: 8316490: Problemlist ParallelCamera picking tests

2023-09-24 Thread Ajit Ghaisas
On Fri, 22 Sep 2023 09:40:31 GMT, Jayathirth D V wrote: > When we run 3D picking tests under test/scenegraph/fx3d/picking/parallel/ > nothing is displayed on the window and subscene parallel camera tests under > test/scenegraph/fx3d/subscene/picking/parallel/ throw > UnsupportedOperationExcept

Re: RFR: JDK-8316781 Fix legal and monarch paper sizes

2023-09-24 Thread Phil Race
On Sat, 23 Sep 2023 06:24:26 GMT, John Hendrikx wrote: > The sizes should be 8.5 wide for letter, and 3.875 wide for monarch. Marked as reviewed by prr (Reviewer). "The sizes should be 8.5 wide for letter, and 3.875 wide for monarch" You mean legal, not letter. 8.4 -> 8.5 for that seems fine

Re: RFR: JDK-8316590: Rendering artifact after JDK-8311983 [v2]

2023-09-24 Thread Johan Vos
On Fri, 22 Sep 2023 09:43:52 GMT, Marius Hanl wrote: >> Fixes the regression by basically reverting one change introduced in >> https://bugs.openjdk.org/browse/JDK-8311983. >> The problem is that it is actually required to get the size from a cell with >> the index -1, which technically does no

Re: RFR: JDK-8316590: Rendering artifact after JDK-8311983 [v2]

2023-09-24 Thread Johan Vos
On Fri, 22 Sep 2023 09:43:52 GMT, Marius Hanl wrote: >> Fixes the regression by basically reverting one change introduced in >> https://bugs.openjdk.org/browse/JDK-8311983. >> The problem is that it is actually required to get the size from a cell with >> the index -1, which technically does no