On Fri, 20 Mar 2026 20:50:40 GMT, Andy Goryachev <[email protected]> wrote:
>> Marius Hanl has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove now unused scene field
>
> modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/MouseEventFirerTest.java
> line 206:
>
>> 204: // current / alternative mouseEvent creation
>> 205: return List.of(
>> 206: // @Ignore("8253769")
>
> What about https://bugs.openjdk.org/browse/JDK-8253769 - is it still an issue?
This is the issue this PR closes.
The issue is that the old logic in the `MouseEventFirer` did not work in all
cases.
The ticket documents that and comes with an example.
Because of this, the alternative path was created and at one point made the
default.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2119#discussion_r2968111632