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
> 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
> 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
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
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
>
>
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
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
>
>
> 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
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
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
10 matches
Mail list logo