RFR: 8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly [v4]
Alexey Ivanov
aivanov at openjdk.org
Tue Oct 10 11:39:53 UTC 2023
On Tue, 10 Oct 2023 11:32:41 GMT, Ravi Gupta <duke 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.
>
> Ravi Gupta has updated the pull request incrementally with one additional commit since the last revision:
>
> 8316947: Review comments solved
Marked as reviewed by aivanov (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15961#pullrequestreview-1667385865
More information about the client-libs-dev
mailing list