On Wed, 11 Jun 2025 21:53:37 GMT, Harshitha Onkar <hon...@openjdk.org> wrote:

>> Could it be that mere existence of other windows created by the same Java 
>> process somehow changes the cursors?
>> 
>> I mean `PassFailJFrame` displays another window. What if you create a second 
>> window (that may display nothing inside) in your stand-alone test? Does it 
>> change what cursors you see when dragging?
>
> Since the standalone test works as expected on windows, I'm not sure if the 
> test needs to be problemlisted on windows, as @aivanov-jdk mentioned earlier 
> it may be a side-effect of PFJ.
> 
> I used the standalone test and added another dummy frame, even with extra 
> frame the test works as expected. (cursor remains a I-beam until the left 
> mouse btn is released)

Since I reworked the test to avoid using PFJ, I don't need to do anything like 
PL the test for windows anymore. I'll just file a new bug for PFJ instead.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25705#discussion_r2145551473

Reply via email to