Integrated: 8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly

Ravi Gupta rgupta at openjdk.org
Thu Oct 12 09:43:29 UTC 2023


On Thu, 28 Sep 2023 11:18:16 GMT, Ravi Gupta <rgupta at openjdk.org> wrote:

> Write a test to check textArea triggers MouseEntered/MouseExited events properly
> 
> MouseEntered should be triggered only when the mouse enters the component and MouseExited should be triggered when the mouse goes out of the component.
> 
> In TextArea, when we moved the mouse inside the component MouseMoved events are triggered properly. But when we slowly took the mouse outside the component that is towards the scrollbars, we could see a MouseEntered event being triggered followed by MouseExited.(before actually mouse enters the scrollbar)
> 
> Testing:
> Tested using Mach5(20 times per platform) in macos,linux and windows and got all pass.

This pull request has now been integrated.

Changeset: 00ef9f9c
Author:    Ravi Gupta <rgupta at openjdk.org>
Committer: Alexey Ivanov <aivanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/00ef9f9c322dde236256953272d6906f6151635d
Stats:     132 lines in 1 file changed: 132 ins; 0 del; 0 mod

8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly

Reviewed-by: tr, honkar, aivanov

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

PR: https://git.openjdk.org/jdk/pull/15961


More information about the client-libs-dev mailing list