Re: RFR: 8281745: Create a regression test for JDK-4514331 [v4]

2022-02-21 Thread Sergey Bylokhov
On Sat, 19 Feb 2022 07:55:26 GMT, Manukumar V S 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 veri

Re: RFR: 8281745: Create a regression test for JDK-4514331 [v4]

2022-02-18 Thread Manukumar V S
> 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 rep

Re: RFR: 8281745: Create a regression test for JDK-4514331 [v3]

2022-02-18 Thread Manukumar V S
> 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 rep

Re: RFR: 8281745: Create a regression test for JDK-4514331 [v3]

2022-02-18 Thread Manukumar V S
On Tue, 15 Feb 2022 08:45:46 GMT, Manukumar V S wrote: >> test/jdk/javax/swing/JTextArea/4514331/TabShiftsFocusToNextComponent.java >> line 100: >> >>> 98: editor.setEditable(false); >>> 99: editor.requestFocusInWindow(); >>> 100: panel.add(editor); >> >> I am not sure

Re: RFR: 8281745: Create a regression test for JDK-4514331 [v2]

2022-02-18 Thread Manukumar V S
On Thu, 17 Feb 2022 05:06:55 GMT, Sergey Bylokhov wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixed review comments: frame created in EDT, waitForIdle() added after >> frame creation, editor access in EDT > >

Re: RFR: 8281745: Create a regression test for JDK-4514331 [v2]

2022-02-16 Thread Sergey Bylokhov
On Tue, 15 Feb 2022 08:49:54 GMT, Manukumar V S 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 veri

Re: RFR: 8281745: Create a regression test for JDK-4514331 [v2]

2022-02-15 Thread Manukumar V S
On Tue, 15 Feb 2022 05:38:38 GMT, Sergey Bylokhov wrote: >> Manukumar V S has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixed review comments: frame created in EDT, waitForIdle() added after >> frame creation, editor access in EDT > >

Re: RFR: 8281745: Create a regression test for JDK-4514331 [v2]

2022-02-15 Thread Manukumar V S
> 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 rep

Re: RFR: 8281745: Create a regression test for JDK-4514331

2022-02-14 Thread Sergey Bylokhov
On Tue, 15 Feb 2022 02:48:54 GMT, Manukumar V S 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 th

RFR: 8281745: Create a regression test for JDK-4514331

2022-02-14 Thread Manukumar V S
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 JD