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.
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.
On Wed, 16 Nov 2022 19:58:27 GMT, Harshitha Onkar wrote:
>> test/jdk/java/awt/event/ComponentEvent/TextAreaTextEventTest.java line 72:
>>
>>> 70:
>>> 71: typeKey(KeyEvent.VK_T);
>>> 72:
>>
>> In theory the autoWaitForIdle should ensure that events are processed. We'll
>> see.
>>
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 text selection or when Special
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 text selection or when Special
On Wed, 16 Nov 2022 19:13:57 GMT, Phil Race 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/TextAreaTextEventTest.java line 72:
>
>> 70:
>> 71:
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 text selection or when Special
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 text selection or when Special
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 text selection or when Special
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/TextAreaTextEventTest.java line 2:
>
>> 1: /*
>> 2
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 text selection or when Special
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 text selection or when Special
> 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:
13 matches
Mail list logo