On Wed, 9 Nov 2022 04:29:35 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. This pull request has now been integrated. Changeset: 59a308b9 Author: ravi.ra.gupta <ravi.ra.gu...@oracle.com> Committer: Alexey Ivanov <aiva...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/59a308b9d0546471566b11f62ef9bdc169ca0b95 Stats: 141 lines in 1 file changed: 141 ins; 0 del; 0 mod 8296632: Write a test to verify the content change of TextArea sends TextEvent Reviewed-by: mvs, prr, honkar, aivanov, serb ------------- PR: https://git.openjdk.org/jdk/pull/11052