Integrated: 8333403: Write a test to check various components events are triggered properly

2024-09-26 Thread Ravi Gupta
On Mon, 3 Jun 2024 12:22:53 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 c

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

2024-09-23 Thread Ravi Gupta
On Mon, 23 Sep 2024 04:19:20 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 hidd

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

2024-09-22 Thread Ravi Gupta
latform) 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: 8333403: Review Comments Fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-09-18 Thread Ravi Gupta
On Wed, 18 Sep 2024 15:34:02 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 hidd

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

2024-09-18 Thread Ravi Gupta
latform) 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: 8333403: Review Comments Fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-09-17 Thread Ravi Gupta
On Wed, 4 Sep 2024 15:54:16 GMT, Alexey Ivanov wrote: >> Here we expect events should not triggered. >> >> When inconify i expect all events should not triggered , but when form >> Frame.ICONIFIED to Frame.NORMAL componentMoved and componentResized events >> are triggered , Events order on Win

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

2024-09-17 Thread Ravi Gupta
On Wed, 4 Sep 2024 14:50:58 GMT, Alexey Ivanov wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: Review comments fixed > > test/jdk/java/awt/event/ComponentEvent/ComponentEv

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

2024-09-17 Thread Ravi Gupta
latform) 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: 8333403: Whitespace Fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-09-17 Thread Ravi Gupta
latform) 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: 8333403: Review Comments Fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-09-17 Thread Ravi Gupta
On Wed, 4 Sep 2024 15:04:25 GMT, Alexey Ivanov wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: Review comments fixed > > test/jdk/java/awt/event/ComponentEvent/ComponentEven

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

2024-09-03 Thread Ravi Gupta
On Mon, 5 Aug 2024 04:46:47 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 hidd

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

2024-08-05 Thread Ravi Gupta
On Wed, 24 Jul 2024 19:14:00 GMT, Alexey Ivanov wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: Review commnets fixed > > test/jdk/java/awt/event/ComponentEvent/ComponentEven

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

2024-08-04 Thread Ravi Gupta
latform) 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: 8333403: Review comments fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-07-12 Thread Ravi Gupta
On Fri, 5 Jul 2024 20:20:29 GMT, Alexey Ivanov wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: Review comments fixed > > test/jdk/java/awt/event/ComponentEvent/ComponentEven

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

2024-07-12 Thread Ravi Gupta
On Fri, 5 Jul 2024 20:12:09 GMT, Alexey Ivanov wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: Review comments fixed > > test/jdk/java/awt/event/ComponentEvent/ComponentEv

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

2024-07-12 Thread Ravi Gupta
latform) 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: 8333403: Review commnets fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-07-04 Thread Ravi Gupta
On Tue, 2 Jul 2024 22:12:45 GMT, Alisen Chung wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: Review comments fixed > > test/jdk/java/awt/event/ComponentEvent/ComponentEven

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

2024-07-04 Thread Ravi Gupta
latform) 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: 8333403: Review comments fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-07-01 Thread Ravi Gupta
On Thu, 27 Jun 2024 09:04:33 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 hidd

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.

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

2024-06-27 Thread Ravi Gupta
latform) 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: 8333403: Review comments fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-06-27 Thread Ravi Gupta
On Mon, 10 Jun 2024 20:07:34 GMT, Alisen Chung wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: Copyright Header added > > test/jdk/java/awt/event/ComponentEvent/ComponentEven

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

2024-06-13 Thread Ravi Gupta
On Mon, 10 Jun 2024 20:03:11 GMT, Alisen Chung wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8333403: Copyright Header added > > test/jdk/java/awt/event/ComponentEvent/ComponentEven

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

2024-06-13 Thread Ravi Gupta
latform) 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: 8333403: review comments fixed - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

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

2024-06-05 Thread Ravi Gupta
latform) 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: 8333403: Copyright Header added - Changes: - all: https://git.openjdk.org/jdk/pull/19521/files - new: https://git

RFR: 8333403: Write a test to check various components events are triggered properly

2024-06-03 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 hidden component i

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

2023-10-12 Thread Ravi Gupta
On Thu, 28 Sep 2023 11:18:16 GMT, Ravi Gupta 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 o

Re: RFR: 8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly [v4]

2023-10-10 Thread Ravi Gupta
bar) > > 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 - Changes: - all:

Re: RFR: 8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly [v3]

2023-10-08 Thread Ravi Gupta
bar) > > 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 - Changes: - all:

Re: RFR: 8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly [v2]

2023-10-05 Thread Ravi Gupta
bar) > > 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 - Changes: - all:

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

2023-10-03 Thread Ravi Gupta
On Thu, 28 Sep 2023 11:18:16 GMT, Ravi Gupta 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 o

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

2023-09-28 Thread Ravi Gupta
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 Mouse

Re: RFR: 8307325: Verify the focus owner when non focused windows requesting focus [v2]

2023-06-21 Thread Ravi Gupta
On Tue, 16 May 2023 05:04:51 GMT, Ravi Gupta wrote: >> Write a test Check, when the top level Window is not the focused Window >> requesting for focus and becoming the Focus Owner for any Component in that >> Window checking the following >> >> 1.The Compon

Re: RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window [v5]

2023-06-21 Thread Ravi Gupta
On Thu, 4 May 2023 09:56:18 GMT, Ravi Gupta wrote: >> This testcase Checking whether the Component becoming the Focus Owner and >> FocusEvent.FOCUS_GAINED will be received by the Component when the focus is >> requested on the component using requestFocus. >> >>

Re: RFR: 8307325: Verify the focus owner when non focused windows requesting focus [v2]

2023-05-15 Thread Ravi Gupta
platform supports cross requesting focus > across Windows. > 2.The request is remembered and be granted when the Window is later focused > If the platform does not support requesting focus > across Windows. > > Testing: > Tested using Mach5(20 times per platform) in macos,linux

Re: RFR: 8307325: Verify the focus owner when non focused windows requesting focus

2023-05-11 Thread Ravi Gupta
On Thu, 4 May 2023 05:41:43 GMT, Ravi Gupta wrote: > Write a test Check, when the top level Window is not the focused Window > requesting for focus and becoming the Focus Owner for any Component in that > Window checking the following > > 1.The Component is the Focus Owner

Re: RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window [v5]

2023-05-04 Thread Ravi Gupta
nd windows and got > all pass. Ravi Gupta has updated the pull request incrementally with one additional commit since the last revision: code modified - Changes: - all: https://git.openjdk.org/jdk/pull/13293/files - new: https://git.openjdk.org/jdk/pull/13293/files/064595

RFR: 8307325: Verify the focus owner when non focused windows requesting focus

2023-05-04 Thread Ravi Gupta
Write a test Check, when the top level Window is not the focused Window requesting for focus and becoming the Focus Owner for any Component in that Window checking the following 1.The Component is the Focus Owner and the Window becomes the focused Window If the platform supports cross requestin

Re: RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window [v4]

2023-05-02 Thread Ravi Gupta
On Tue, 2 May 2023 13:01:31 GMT, Ravi Gupta wrote: >> This testcase Checking whether the Component becoming the Focus Owner and >> FocusEvent.FOCUS_GAINED will be received by the Component when the focus is >> requested on the component using requestFocus. >> >>

Re: RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window [v4]

2023-05-02 Thread Ravi Gupta
nd windows and got > all pass. Ravi Gupta has updated the pull request incrementally with one additional commit since the last revision: 8305427: CountDownLatch used - Changes: - all: https://git.openjdk.org/jdk/pull/13293/files - new: https://git.openjdk.org/jdk/pull

Re: RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window [v2]

2023-04-20 Thread Ravi Gupta
On Fri, 7 Apr 2023 22:39:54 GMT, lawrence.andrews wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8305427: code formatting > > test/jdk/java/awt/Focus/RequestFocusOwnerTest/RequestF

Re: RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window [v3]

2023-04-19 Thread Ravi Gupta
nd windows and got > all pass. Ravi Gupta has updated the pull request incrementally with one additional commit since the last revision: 8305427: Code modified to wait for FOCUS_GAINED event to perform. - Changes: - all: https://git.openjdk.org/jdk/pull/13293

Re: RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window [v2]

2023-04-05 Thread Ravi Gupta
nd windows and got > all pass. Ravi Gupta has updated the pull request incrementally with one additional commit since the last revision: 8305427: code formatting - Changes: - all: https://git.openjdk.org/jdk/pull/13293/files - new: https://git.openjdk.org/jdk/pull/13293/fil

Re: RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window

2023-04-04 Thread Ravi Gupta
On Mon, 3 Apr 2023 10:00:21 GMT, Ravi Gupta wrote: > This testcase Checking whether the Component becoming the Focus Owner and > FocusEvent.FOCUS_GAINED will be received by the Component when the focus is > requested on the component using requestFocus. > > Testing: > Tes

RFR: 8305427: Write a test Check whether focus changes as expected when requestFocus is used to traverse randomly around the window

2023-04-03 Thread Ravi Gupta
This testcase Checking whether the Component becoming the Focus Owner and FocusEvent.FOCUS_GAINED will be received by the Component when the focus is requested on the component using requestFocus. Testing: Tested using Mach5(20 times per platform) in macos,linux and windows and got all pass. -

Integrated: 8302525: Write a test to check various components send Events while mouse and key are used simultaneously

2023-02-20 Thread Ravi Gupta
On Wed, 15 Feb 2023 12:50:42 GMT, Ravi Gupta wrote: > Main aim of this testcase is to test the behavior of various events under > stress. > > This testcase verifies the following assertions > a. This TestCase performs various mouse and key operations on components and > chec

Re: RFR: 8302525: Write a test to check various components send Events while mouse and key are used simultaneously [v2]

2023-02-20 Thread Ravi Gupta
On Sat, 18 Feb 2023 22:22:29 GMT, Sergey Bylokhov wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8302525: Review Fixes > > Marked as reviewed by serb (Reviewer). @mrserb re

Re: RFR: 8302525: Write a test to check various components send Events while mouse and key are used simultaneously [v2]

2023-02-19 Thread Ravi Gupta
erly. > b. It also checks some of the component specific events like item, action > wherever necessary. > > 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 additi

Re: RFR: 8302525: Write a test to check various components send Events while mouse and key are used simultaneously

2023-02-16 Thread Ravi Gupta
On Wed, 15 Feb 2023 12:50:42 GMT, Ravi Gupta wrote: > Main aim of this testcase is to test the behavior of various events under > stress. > > This testcase verifies the following assertions > a. This TestCase performs various mouse and key operations on components and > chec

RFR: 8302525: Write a test to checks various components sends Events while mouse and key operations simultaneously

2023-02-15 Thread Ravi Gupta
Main aim of this testcase is to test the behavior of various events under stress. This testcase verifies the following assertions a. This TestCase performs various mouse and key operations on components and checks whether all the events are getting triggered b. properly. It also checks some of t

Integrated: 8299296: Write a test to verify the components selection sends ItemEvent

2023-01-04 Thread Ravi Gupta
On Sat, 24 Dec 2022 14:40:27 GMT, Ravi Gupta wrote: > This testcase verifies the following assertions > > a. Selecting an item in the Choice using mouse generates ItemEvent. > b. Single-click on an Checkbox generates ItemEvent. > > Testing: > Tested using Mach5(20 times p

Re: RFR: 8299296: Write a test to verify the components selection sends ItemEvent [v2]

2023-01-04 Thread Ravi Gupta
On Tue, 3 Jan 2023 02:29:27 GMT, Sergey Bylokhov wrote: >> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8299296: Review Fixes > > Marked as reviewed by serb (Reviewer). @mrserb re

Re: RFR: 8299296: Write a test to verify the components selection sends ItemEvent [v2]

2023-01-03 Thread Ravi Gupta
On Mon, 2 Jan 2023 04:41:15 GMT, Ravi Gupta wrote: >> This testcase verifies the following assertions >> >> a. Selecting an item in the Choice using mouse generates ItemEvent. >> b. Single-click on an Checkbox generates ItemEvent. >> >> Testing: >> Te

Re: RFR: 8299296: Write a test to verify the components selection sends ItemEvent [v2]

2023-01-01 Thread Ravi Gupta
> This testcase verifies the following assertions > > a. Selecting an item in the Choice using mouse generates ItemEvent. > b. Single-click on an Checkbox generates ItemEvent. > > Testing: > Tested using Mach5(20 times per platform) in macos, linux and windows and got &g

RFR: 8299296: Write a test to verify the components selection sends ItemEvent

2022-12-24 Thread Ravi Gupta
This testcase verifies the following assertions a. Selecting an item in the Choice using mouse generates ItemEvent. b. Single-click on an Checkbox generates ItemEvent. Testing: Tested using Mach5(20 times per platform) in macos, linux and windows and got all pass. - Commit messages

Integrated: 8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent

2022-12-05 Thread Ravi Gupta
On Wed, 23 Nov 2022 15:15:32 GMT, Ravi Gupta wrote: > Modify TextAreaTextEventTest.java as to verify the content changes of a both > TextComponent(TextField,TextArea) for the following assertions. > > a. TextListener get invoked when the content of a TextField gets changed. >

Re: RFR: 8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent [v8]

2022-12-05 Thread Ravi Gupta
On Thu, 1 Dec 2022 17:27:52 GMT, Ravi Gupta wrote: >> Modify TextAreaTextEventTest.java as to verify the content changes of a both >> TextComponent(TextField,TextArea) for the following assertions. >> >> a. TextListener get invoked when the content of a Text

Re: RFR: 8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent [v8]

2022-12-01 Thread ravi gupta
or when Special keys > such as Function Keys are pressed. > > > 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 r

Re: RFR: 8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent [v7]

2022-12-01 Thread ravi gupta
or when Special keys > such as Function Keys are pressed. > > > 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: Re

Re: RFR: 8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent [v6]

2022-12-01 Thread ravi gupta
or when Special keys > such as Function Keys are pressed. > > > 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 r

Re: RFR: 8297489: Modify TextAreaTextEventTest.java as to verify the content change of TextComponent sends TextEvent [v5]

2022-11-30 Thread ravi gupta
or when Special keys > such as Function Keys are pressed. > > > 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: Modif

Re: RFR: 8297489: Write a test to verify the content change of TextField sends TextEvent [v4]

2022-11-30 Thread ravi gupta
n Keys are pressed. > > > 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: Deleted the file from the git repository -

Withdrawn: 8297489: Write a test to verify the content change of TextField sends TextEvent

2022-11-29 Thread ravi gupta
On Wed, 23 Nov 2022 15:15:32 GMT, ravi gupta wrote: > This testcase Verify the content changes of a TextField for the following > assertions. > > a. TextListener get invoked when the content of a TextField gets changed. > b. TextListener not get invoked during text selection

Re: RFR: 8297489: Write a test to verify the content change of TextField sends TextEvent [v3]

2022-11-29 Thread ravi gupta
On Thu, 24 Nov 2022 06:10:20 GMT, ravi gupta wrote: >> This testcase Verify the content changes of a TextField for the following >> assertions. >> >> a. TextListener get invoked when the content of a TextField gets changed. >> b. TextListener not get invoked

Re: RFR: 8297489: Write a test to verify the content change of TextField sends TextEvent [v3]

2022-11-23 Thread ravi gupta
n Keys are pressed. > > > 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: 8297489: Review fixes - Changes: - all:

Re: RFR: 8297489: Write a test to verify the content change of TextField sends TextEvent [v2]

2022-11-23 Thread ravi gupta
On Wed, 23 Nov 2022 18:46:22 GMT, Harshitha Onkar wrote: >> ravi gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8297489: bug added > > test/jdk/java/awt/event/ComponentEvent/TextFieldTextEventTest

Re: RFR: 8297489: Write a test to verify the content change of TextField sends TextEvent [v2]

2022-11-23 Thread ravi gupta
On Wed, 23 Nov 2022 15:29:35 GMT, ravi gupta wrote: >> This testcase Verify the content changes of a TextField for the following >> assertions. >> >> a. TextListener get invoked when the content of a TextField gets changed. >> b. TextListener not get invoked

Re: RFR: 8297489: Write a test to verify the content change of TextField sends TextEvent [v2]

2022-11-23 Thread ravi gupta
n Keys are pressed. > > > 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: 8297489: bug added - Changes: - all: https

RFR: 8297489: Write a test to verify the content change of TextField sends TextEvent

2022-11-23 Thread ravi gupta
This testcase Verify the content changes of a TextField for the following assertions. a. TextListener get invoked when the content of a TextField gets changed. b. TextListener not get invoked during text selection or when Special keys such as Function Keys are pressed. Testing: Tested using Ma

Integrated: 8296632: Write a test to verify the content change of TextArea sends TextEvent

2022-11-18 Thread ravi gupta
On Wed, 9 Nov 2022 04:29:35 GMT, ravi gupta wrote: > This testcase Verify the content changes of a TextArea for the following > assertions. > > a. TextListener get invoked when the content of a TextArea gets changed. > b. TextListener not get invoked during text selection or wh

Re: RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent [v6]

2022-11-18 Thread ravi gupta
d. > > > 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: 8296632: Review Fixes - Changes: - all: https

Re: RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent [v4]

2022-11-17 Thread ravi gupta
On Thu, 17 Nov 2022 11:27:07 GMT, Alexey Ivanov wrote: >> Tested it locally on Win10. Works as expected. I agree with @prrace, adding >> additional delay would make sure that all events are processed. > > Without explicit `Robot.waitForIdle()` calls, the test looks as if > something's missing.

Re: RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent [v5]

2022-11-17 Thread ravi gupta
d. > > > 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: 8296632: Review Fixes - Changes: - all: https

Re: RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent. [v4]

2022-11-16 Thread ravi gupta
On Fri, 11 Nov 2022 08:20:55 GMT, ravi gupta wrote: >> This testcase Verify the content changes of a TextArea for the following >> assertions. >> >> a. TextListener get invoked when the content of a TextArea gets changed. >> b. TextListener not get invoked during

Re: RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent. [v4]

2022-11-13 Thread ravi gupta
On Fri, 11 Nov 2022 16:48:45 GMT, lawrence.andrews wrote: >> ravi gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8296632: Review fixes. > > test/jdk/java/awt/event/ComponentEvent/TextAreaText

Re: RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent. [v4]

2022-11-11 Thread ravi gupta
d. > > > 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: 8296632: Review fixes. - Changes: - all: https

Re: RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent. [v3]

2022-11-10 Thread ravi gupta
d. > > > 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: 8296632: Review fixes. - Changes: - all: https

Re: RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent. [v2]

2022-11-09 Thread ravi gupta
d. > > > 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: 8296632: Review fixes. - Changes: - all: https

RFR: 8296632: Write a test to verify the content change of TextArea sends TextEvent.

2022-11-08 Thread ravi gupta
This testcase Verify the content changes of a TextArea for the following assertions. a. TextListener get invoked when the content of a TextArea gets changed. b. TextListener not get invoked during text selection or when Special keys such as Function Keys are pressed. Testing: Tested using Mach

Integrated: 8295774: Write a test to verify List sends ItemEvent/ActionEvent

2022-11-03 Thread ravi gupta
On Fri, 28 Oct 2022 09:01:53 GMT, ravi gupta wrote: > This testcase verify that List Item selection via mouse/keys generates > ItemEvent/ActionEvent appropriately. > > a. Single click on the list generate ItemEvent and double click on item > generates ActionEvent. > b. U

Re: RFR: 8295774: Write a test to verify List sends ItemEvent/ActionEvent [v5]

2022-11-03 Thread ravi gupta
On Thu, 3 Nov 2022 05:01:35 GMT, ravi gupta wrote: >> This testcase verify that List Item selection via mouse/keys generates >> ItemEvent/ActionEvent appropriately. >> >> a. Single click on the list generate ItemEvent and double click on item >> generates Acti

Re: RFR: 8295774: Write a test to verify List sends ItemEvent/ActionEvent [v5]

2022-11-02 Thread ravi gupta
enter key on item > generates ActionEvent. > > 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: 8295774: Write a test to verify

Re: RFR: 8295774 : Write a test to verify that List Item selection events. [v4]

2022-11-02 Thread ravi gupta
enter key on item > generates ActionEvent. > > 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: 8295774: Write a test to verif

Re: RFR: 8295774 : Write a test to verify that List Item selection events. [v3]

2022-11-02 Thread ravi gupta
On Wed, 2 Nov 2022 11:02:34 GMT, Alexey Ivanov wrote: >> This test verifies list section via mouse/keys events. >> >> For mouse events, robot.setAutoDelay(100) worked well. But for key events >> there were a few intermittent failures which cleared out with a higher >> delay via robot.setAuto

Re: RFR: 8295774 : Write a test to verify that List Item selection events. [v2]

2022-11-02 Thread ravi gupta
On Wed, 2 Nov 2022 11:16:15 GMT, Alexey Ivanov wrote: >> ravi gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8295774 : Write a test to verify that List Item selection events. > > test/jdk

Re: RFR: 8295774 : Write a test to verify that List Item selection events. [v3]

2022-11-02 Thread ravi gupta
enter key on item > generates ActionEvent. > > 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: 8295774: Write a test to verif

Re: RFR: 8295774 : Write a test to verify that List Item selection events. [v2]

2022-11-01 Thread ravi gupta
On Sun, 30 Oct 2022 12:57:38 GMT, Alexey Ivanov wrote: >> ravi gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8295774 : Write a test to verify that List Item selection events. > > test/jdk

Re: RFR: 8295774 : Write a test to verify that List Item selection events. [v2]

2022-11-01 Thread ravi gupta
enter key on item > generates ActionEvent. > > 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: 8295774 : Write a test to verif

RFR: 8295774 : Write a test to verify that List Item selection events.

2022-10-28 Thread ravi gupta
This testcase verify that List Item selection via mouse/keys generates ItemEvent/ActionEvent appropriately. a. Single click on the list generate ItemEvent and double click on item generates ActionEvent. b. UP/DOWN keys on the list generate ItemEvent and enter key on item generates ActionEvent.