On Tue, 15 Feb 2022 02:48:54 GMT, Manukumar V S <m...@openjdk.org> wrote:
> Create a regression test for JDK-4514331. > It checks whether pressing 'Tab' key always shift focus to next component, > even though the current focus is in JTextArea and some text is already > selected. > > Testing: > I have verified this test with JDK 1.3.1 and JDK 1.4.1 . > The issue is reproducible with JDK 1.3.1 and the test failed there, where the > bug was originally reported and the test passed in JDK 1.4.1 where the issue > was fixed. > I have tested it in Linux, Mac and Windows platforms and it passed everywhere. This pull request has now been integrated. Changeset: f9539521 Author: Manukumar V S <m...@openjdk.org> Committer: Abdul Kolarkunnu <akolarku...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f9539521aee71e84cb052d3d0444c58ee88930f7 Stats: 176 lines in 1 file changed: 176 ins; 0 del; 0 mod 8281745: Create a regression test for JDK-4514331 Reviewed-by: serb ------------- PR: https://git.openjdk.java.net/jdk/pull/7469