On Thu, 10 Nov 2022 14:13:08 GMT, ravi gupta <d...@openjdk.org> 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 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: > > 8296632: Review fixes. use BUTTON1_DOWN_MASK everywhere test/jdk/java/awt/event/ComponentEvent/TextAreaTextEventTest.java line 94: > 92: textChanged = false; > 93: robot.mouseMove(textAreaAt.x + 4, textAreaAt.y + 10); > 94: robot.mousePress(InputEvent.BUTTON1_MASK); use BUTTON1_DOWN_MASK everywhere ------------- PR: https://git.openjdk.org/jdk/pull/11052