Re: RFR: 8333403: Write a test to check various components events are triggered properly [v3]

2024-06-27 Thread Ravi Gupta
On Tue, 25 Jun 2024 01:02:29 GMT, Damon Nguyen wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: review comments fixed > > Tested on MacOS. The test passes and looks functional. Minor comments. > > Have you t

Re: RFR: 8333403: Write a test to check various components events are triggered properly [v3]

2024-06-24 Thread Damon Nguyen
On Fri, 14 Jun 2024 04:44:24 GMT, Ravi Gupta wrote: >> This testcase checks for the following assertions for Component events: >> >> 1. When components are resized, moved, hidden and shown the respective >> events are triggered. >> 2. When the components are hidden/disabled also,the component e

Re: RFR: 8333403: Write a test to check various components events are triggered properly [v3]

2024-06-13 Thread Ravi Gupta
> This testcase checks for the following assertions for Component events: > > 1. When components are resized, moved, hidden and shown the respective events > are triggered. > 2. When the components are hidden/disabled also,the component events like > resized/moved are triggered. > 3. When a hidd