On Wed, 18 May 2022 08:37:03 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422535](https://bugs.openjdk.java.net/browse/JDK-4422535)
>> AccessibleValue implementation only accept Integers
>> The AccessibleValue implementations of
On Wed, 18 May 2022 08:38:49 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422362](https://bugs.openjdk.java.net/browse/JDK-4422362)
>>
>> The BoundedRangeModel components (JScrollBar, JSlider, JProgressBar) return
>> Bound
On Mon, 23 May 2022 17:11:24 GMT, Alexander Zuev wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review Comments Fixed: Fixed File location path.
>
>
On Mon, 23 May 2022 17:20:38 GMT, Alisen Chung wrote:
>> Srinivas Mandalika has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - Review comments fixed: Fixed file path, removed redundant sleep call etc.
>> -
t;
> This review is for migrating tests from a closed test suite to open.
>
> Testing:
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit sinc
t;
> This review is for migrating tests from a closed test suite to open.
>
> Testing:
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit sinc
On Thu, 21 Apr 2022 10:51:18 GMT, Srinivas Mandalika
wrote:
> Create an automated test for
> [JDK-4495286](https://bugs.openjdk.java.net/browse/JDK-4495286)
>
> AccessibleJTable.setAccessibleSelction should select rows/cols when cell
> selection.
> When cell selection is
On Thu, 21 Apr 2022 15:54:02 GMT, Srinivas Mandalika
wrote:
> Create an automated test for
> [JDK-4702233](https://bugs.openjdk.java.net/browse/JDK-4702233)
>
> Several new AccessibleRole and AccessibleRelation constants are needed in
> those classes in the java.accessibility
g tests from a closed test suite to open.
Srinivas Mandalika has refreshed the contents of this pull request, and
previous commits have been removed. The incremental views will show differences
compared to the previous content of the PR. The pull request contains one new
commit since the last revisi
g tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
Review comment fixed: removed redundant rbot code.
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7738
On Fri, 29 Apr 2022 14:11:41 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4702233](https://bugs.openjdk.java.net/browse/JDK-4702233)
>>
>> Several new AccessibleRole and AccessibleRelation constants are needed in
>> those classes in
On Wed, 18 May 2022 08:37:03 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422535](https://bugs.openjdk.java.net/browse/JDK-4422535)
>> AccessibleValue implementation only accept Integers
>> The AccessibleValue implementations of
On Wed, 18 May 2022 08:38:49 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422362](https://bugs.openjdk.java.net/browse/JDK-4422362)
>>
>> The BoundedRangeModel components (JScrollBar, JSlider, JProgressBar) return
>> Bound
On Wed, 18 May 2022 08:20:47 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4495286](https://bugs.openjdk.java.net/browse/JDK-4495286)
>>
>> AccessibleJTable.setAccessibleSelction should select rows/cols when cell
>> selection.
>>
On Tue, 8 Mar 2022 08:26:11 GMT, Srinivas Mandalika
wrote:
> Create a regression test for JDK-4699544
>
> The subclass of javax.swing.JRootPane (AccessibleJRootPane) that implements
> the accessibility interface javax.accessibility.AccessibleComponent is
&g
On Wed, 9 Mar 2022 08:13:55 GMT, Srinivas Mandalika
wrote:
> Create a regression test for
> [JDK-4702690](https://bugs.openjdk.java.net/browse/JDK-4702690)
>
> In many cases in Swing it is possible to easily programatically determine
> that a JScrollBar (or two) is scrolling s
g tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
Review Comments Fixed: Fixed File location path.
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7738
ssibleAt() because a component does not necessarily have childs.
>
> The root pane always has a content pane child, so getAccessibleAt() should be
> overwritten by AccessibleJRootPane appropriately.
> The test added verifies the same.
> This review is for migrating tests from a clo
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
Review Comments Fixed: Fixed File location path.
-
Ch
t; his review is for migrating tests from a closed test suite to open.
>
> Testing:
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request incrementally with one
additional c
roposed test verifies that the above behavior is fixed.
>
> This review is for migrating tests from a closed test suite to open.
>
> Testing:
> The test ran successfully on Mach5 with multiple runs (40) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updat
On Wed, 27 Apr 2022 08:08:32 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4495286](https://bugs.openjdk.java.net/browse/JDK-4495286)
>>
>> AccessibleJTable.setAccessibleSelction should select rows/cols when cell
>> selection.
>>
On Thu, 5 May 2022 23:58:01 GMT, Phil Race wrote:
> Get rid of the useless extra directory level
Done.
-
PR: https://git.openjdk.java.net/jdk/pull/8333
On Tue, 17 May 2022 12:33:43 GMT, Srinivas Mandalika
wrote:
>> Create a regression test for
>> [JDK-4702690](https://bugs.openjdk.java.net/browse/JDK-4702690)
>>
>> In many cases in Swing it is possible to easily programatically determine
>> that a JScroll
t;
> This review is for migrating tests from a closed test suite to open.
>
> Testing:
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request incrementally with two
additional comm
Pane and JScrollBar.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with two
additional commits since the last revision:
- Review comments fixed: Added Test without 'bug id' folder structure
On Thu, 5 May 2022 23:55:42 GMT, Phil Race wrote:
> Also you are doing the same thing I've told others not to - look at the path
> name
>
> test/jdk/javax/swing/4516019/JSpinnerFocusTest.java
>
> what is the point of 4516019 ? Do NOT create an extra directory for no
> reason. especially one j
Create an automated test for
[JDK-4516019](https://bugs.openjdk.java.net/browse/JDK-4516019)
Clicking on the increment/decrement buttons of the spinner does not install
focus on the spinner or one of its focusable children.
The test validates the same.
This review is for migrating tests from a
On Wed, 27 Apr 2022 07:54:18 GMT, Srinivas Mandalika
wrote:
> reate an automated test for
> [JDK-4702199](https://bugs.openjdk.java.net/browse/JDK-4702199)
>
> In order for spatial Braille to work and screen reader "review mode", we need
> bounding rectangle inform
On Fri, 29 Apr 2022 00:40:02 GMT, Sergey Bylokhov wrote:
>> reate an automated test for
>> [JDK-4702199](https://bugs.openjdk.java.net/browse/JDK-4702199)
>>
>> In order for spatial Braille to work and screen reader "review mode", we
>> need bounding rectangle information for all text on the s
On Fri, 29 Apr 2022 14:11:41 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4702233](https://bugs.openjdk.java.net/browse/JDK-4702233)
>>
>> Several new AccessibleRole and AccessibleRelation constants are needed in
>> those classes in
On Tue, 26 Apr 2022 09:28:28 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422535](https://bugs.openjdk.java.net/browse/JDK-4422535)
>> AccessibleValue implementation only accept Integers
>> The AccessibleValue implementations of
On Tue, 12 Apr 2022 09:19:33 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422362](https://bugs.openjdk.java.net/browse/JDK-4422362)
>>
>> The BoundedRangeModel components (JScrollBar, JSlider, JProgressBar) return
>> Bound
above AccessibleConstants.
>
> This review is for migrating tests from a closed test suite to open.
>
> Testing:
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request increment
On Thu, 7 Apr 2022 07:40:18 GMT, Srinivas Mandalika
wrote:
> Create an automated test for
> [JDK-4170173](https://bugs.openjdk.java.net/browse/JDK-4170173)
>
> Issue
> JTextComponent.AccessibleJTextComponent.getAfterIndex(int part, int index)
> works incorrectly, when &
On Fri, 11 Mar 2022 06:30:04 GMT, Srinivas Mandalika
wrote:
> JDK-8282933: Create a test for JDK-4529616
> AccessibleJTableCell.isShowing() returns false when the cell is actually on
> the screen.
> The test validates the fix for the above issue by verifying that the
> isShowi
On Thu, 7 Apr 2022 07:02:18 GMT, Srinivas Mandalika
wrote:
>> JDK-8282933: Create a test for JDK-4529616
>> AccessibleJTableCell.isShowing() returns false when the cell is actually on
>> the screen.
>> The test validates the fix for the above issue by verifying tha
On Wed, 6 Apr 2022 07:02:25 GMT, Srinivas Mandalika
wrote:
>> Create a regression test for
>> [JDK-4702690](https://bugs.openjdk.java.net/browse/JDK-4702690)
>>
>> In many cases in Swing it is possible to easily programatically determine
>> that a JScrollBar (or
On Wed, 30 Mar 2022 10:05:22 GMT, Srinivas Mandalika
wrote:
>> Create a Regression test for
>> [JDK-4515031](https://bugs.openjdk.java.net/browse/JDK-4515031)
>>
>> The issue indicates the need for a a getAccessibleDescription being
>> implemented for the J
On Tue, 12 Apr 2022 09:05:56 GMT, Srinivas Mandalika
wrote:
>> Create a regression test for JDK-4699544
>>
>> The subclass of javax.swing.JRootPane (AccessibleJRootPane) that implements
>> the accessibility interface javax.accessibility.AccessibleCompo
On Wed, 27 Apr 2022 07:13:24 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review comments fixed: Typo in Copyright Header
>
> test/j
On Wed, 30 Mar 2022 10:05:22 GMT, Srinivas Mandalika
wrote:
>> Create a Regression test for
>> [JDK-4515031](https://bugs.openjdk.java.net/browse/JDK-4515031)
>>
>> The issue indicates the need for a a getAccessibleDescription being
>> implemented for the J
roposed test verifies that the above behavior is fixed.
>
> This review is for migrating tests from a closed test suite to open.
>
> Testing:
> The test ran successfully on Mach5 with multiple runs (40) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updat
On Wed, 27 Apr 2022 07:36:24 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review Comments Fixed: Simplied test
>
> Marked as reviewed by serb (Revi
On Wed, 27 Apr 2022 07:41:21 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8282933: Whitespace issue fixed
>
> Marked as reviewed by serb (Reviewer).
reate an automated test for
[JDK-4702199](https://bugs.openjdk.java.net/browse/JDK-4702199)
In order for spatial Braille to work and screen reader "review mode", we need
bounding rectangle information for all text on the screen, and also the ability
to get text substrings. StarOffice 6.1, Netsc
On Fri, 22 Apr 2022 18:02:47 GMT, Alisen Chung wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review Comments Fixed: Simplified test code with a loop over the
>> JCompone
t; his review is for migrating tests from a closed test suite to open.
>
> Testing:
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since t
On Thu, 21 Apr 2022 10:51:18 GMT, Srinivas Mandalika
wrote:
> Create an automated test for
> [JDK-4495286](https://bugs.openjdk.java.net/browse/JDK-4495286)
>
> AccessibleJTable.setAccessibleSelction should select rows/cols when cell
> selection.
> When cell selection is
On Thu, 21 Apr 2022 15:54:02 GMT, Srinivas Mandalika
wrote:
> Create an automated test for
> [JDK-4702233](https://bugs.openjdk.java.net/browse/JDK-4702233)
>
> Several new AccessibleRole and AccessibleRelation constants are needed in
> those classes in the java.accessibility
On Tue, 12 Apr 2022 09:19:33 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422362](https://bugs.openjdk.java.net/browse/JDK-4422362)
>>
>> The BoundedRangeModel components (JScrollBar, JSlider, JProgressBar) return
>> Bound
On Tue, 12 Apr 2022 06:09:35 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4170173](https://bugs.openjdk.java.net/browse/JDK-4170173)
>>
>> Issue
>> JTextComponent.AccessibleJTextComponent.getAfterIndex(int part, int index)
>> work
On Wed, 30 Mar 2022 10:05:22 GMT, Srinivas Mandalika
wrote:
>> Create a Regression test for
>> [JDK-4515031](https://bugs.openjdk.java.net/browse/JDK-4515031)
>>
>> The issue indicates the need for a a getAccessibleDescription being
>> implemented for the J
On Thu, 7 Apr 2022 07:02:18 GMT, Srinivas Mandalika
wrote:
>> JDK-8282933: Create a test for JDK-4529616
>> AccessibleJTableCell.isShowing() returns false when the cell is actually on
>> the screen.
>> The test validates the fix for the above issue by verifying tha
On Tue, 12 Apr 2022 09:05:56 GMT, Srinivas Mandalika
wrote:
>> Create a regression test for JDK-4699544
>>
>> The subclass of javax.swing.JRootPane (AccessibleJRootPane) that implements
>> the accessibility interface javax.accessibility.AccessibleCompo
On Wed, 6 Apr 2022 07:02:25 GMT, Srinivas Mandalika
wrote:
>> Create a regression test for
>> [JDK-4702690](https://bugs.openjdk.java.net/browse/JDK-4702690)
>>
>> In many cases in Swing it is possible to easily programatically determine
>> that a JScrollBar (or
Create an automated test for
[JDK-4702233](https://bugs.openjdk.java.net/browse/JDK-4702233)
Several new AccessibleRole and AccessibleRelation constants are needed in those
classes in the java.accessibility package. These new contants codify additions
made in the GNOME, Netscape, and UNO (StarO
Create an automated test for
[JDK-4495286](https://bugs.openjdk.java.net/browse/JDK-4495286)
AccessibleJTable.setAccessibleSelction should select rows/cols when cell
selection.
When cell selection is not enabled, there is no way, using
accessibility, to select rows or columns. It seems logical t
Create an automated test for
[JDK-4422535](https://bugs.openjdk.java.net/browse/JDK-4422535)
AccessibleValue implementation only accept Integers
The AccessibleValue implementations of the following components:
java.awt.Scrollbar
javax.swing.AbstractButton
javax.swing.JInternalFrame
javax.swing.JS
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
8284524: Create an automated test for JDK-4422362
-
Ch
On Tue, 12 Apr 2022 01:26:15 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review Comments Fixed: Frame on EDT, Line length <= 80 characters
>
> tes
ssibleAt() because a component does not necessarily have childs.
>
> The root pane always has a content pane child, so getAccessibleAt() should be
> overwritten by AccessibleJRootPane appropriately.
> The test added verifies the same.
> This review is for migrating tests from a clo
On Sat, 9 Apr 2022 05:32:02 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review Comments Fixed: Simplied test
>
> test/j
tional flow of the code
> and the functionality they are testing as well - hence they have been clubbed
> into a single review.
> This review is for migrating tests from a closed test suite to open.
>
> Testing:
> The tests ran successfully on Mach5 with multiple runs (30) on windo
On Tue, 29 Mar 2022 08:04:42 GMT, Srinivas Mandalika
wrote:
> Write an automated regression test for JDK-4670319
>
> Issue
> When a JTree node is expanded or collapsed, an Accessibility PropertyChange
> event is fired with the old state of "collapsed" and new state
On Fri, 4 Mar 2022 05:35:38 GMT, Srinivas Mandalika
wrote:
> Create a test for
> [JDK-4740761](https://bugs.openjdk.java.net/browse/JDK-4740761)
>
> The issue observed is in a JFrame with a JTextField and a JScrollPane which
> contains focused component. When the JScrollPane w
On Sat, 9 Apr 2022 05:41:26 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - Review Comments Fixed: 80 characters line fixed, typo in File Name fixed
>>
On Sat, 9 Apr 2022 05:43:26 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review Comment Fixed: Line Length fixed to < 80 characters.
>
> Mar
Create an automated test for
[JDK-4422362](https://bugs.openjdk.java.net/browse/JDK-4422362)
The BoundedRangeModel components (JScrollBar, JSlider, JProgressBar) return
BoundedRangeModel.getMaximum() from getMaximumAccessibleValue() in their
AccessibleValue implementation.
The real maximum value
ting:
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64,
> linux-x64 and macos-x64.
Srinivas Mandalika has updated the pull request incrementally with two
additional commits since the last revision:
- Review Comments Fixed: 80 characters line fixed, typo in File Nam
Create an automated test for
[JDK-4170173](https://bugs.openjdk.java.net/browse/JDK-4170173)
Issue
JTextComponent.AccessibleJTextComponent.getAfterIndex(int part, int index)
works incorrectly, when 'part' parameter is AccessibleText.WORD.
It returns a space (" ") instead of the correct word.
Th
.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
8282933: Whitespace issue fixed
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/
.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
JTable access on EDT, 80 chars line
-
Changes:
- all: https://git.openjdk.java.net/j
Pane and JScrollBar.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with two
additional commits since the last revision:
- Review Comments Fixed: Swing Components on EDT, 80 chars lines
- Review C
On Thu, 17 Feb 2022 09:56:45 GMT, Srinivas Mandalika
wrote:
> Create a regression test for CCC8000326
>
> Issue is identified by
> [JDK-8000326](https://bugs.openjdk.java.net/browse/JDK-8000326), which
> identifies that after focus moves into JMenuBar, whose focus t
On Tue, 29 Mar 2022 22:37:27 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Added @bug keyword
>
> test/jdk/javax/accessibility/4699544/JRootPaneAccessib
ssibleAt() because a component does not necessarily have childs.
>
> The root pane always has a content pane child, so getAccessibleAt() should be
> overwritten by AccessibleJRootPane appropriately.
> The test added verifies the same.
> This review is for migrating tests from a clo
scroller
> of the removed JScrollPane, instead of moving to the TextField.
>
> The test verifies the same - i.e. it verifies that the removal of the
> scrollpane moves the focus to the JTextField present in the JFrame.
> This review is for migrating tests from a closed test suite
g tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
Review Comments Fixed: Button on EDT, split long lines, volatile description
string
-
Changes:
- all: https://git.openjdk.j
scroller
> of the removed JScrollPane, instead of moving to the TextField.
>
> The test verifies the same - i.e. it verifies that the removal of the
> scrollpane moves the focus to the JTextField present in the JFrame.
> This review is for migrating tests from a closed test suite
On Tue, 22 Mar 2022 13:19:37 GMT, Alexey Ivanov wrote:
>> This review is for migrating tests from a closed test suite to open.
>
>> This review is for migrating tests from a closed test suite to open.
>
> If you know when the test was first introduced, please update the copyright
> year to incl
On Fri, 11 Mar 2022 14:17:01 GMT, Srinivas Mandalika
wrote:
> Create a test for JDK-4715496
>
> Issue observed in the above bug is that the
> JTable.AccessibleJTableCell.getAccessible name returns the cell instance
> string instead of the cell text.
> The test is being a
Write an automated regression test for JDK-4670319
Issue
When a JTree node is expanded or collapsed, an Accessibility PropertyChange
event is fired with the old state of "collapsed" and new state of "expanded"
(or vice versa). The problem is that the source of the event is the
AccessibeJTree,
On Thu, 24 Mar 2022 07:54:17 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review Comment Fixed: JTable accessed on EDT
>
> Marked as reviewed by ser
resolve this, you should call the JMenuBar.setFocusTraversalKeysEnabled(true)
> method.
>
> The test verifies focus traversal for the above described scenario.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commi
On Wed, 23 Mar 2022 10:12:26 GMT, Srinivas Mandalika
wrote:
>> Create a test for JDK-4715496
>>
>> Issue observed in the above bug is that the
>> JTable.AccessibleJTableCell.getAccessible name returns the cell instance
>> string instead of the cell text.
>&g
On Fri, 11 Mar 2022 14:44:25 GMT, Srinivas Mandalika
wrote:
>> Create a test for
>> [JDK-4740761](https://bugs.openjdk.java.net/browse/JDK-4740761)
>>
>> The issue observed is in a JFrame with a JTextField and a JScrollPane which
>> contains focused component.
On Thu, 24 Mar 2022 03:29:45 GMT, Phil Race wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Added @bug keyword
>
> test/jdk/java/awt/Focus/8282640/ScrollPaneFocusBu
ts from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
Review Comment Fixed: JTable accessed on EDT
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7787/files
- new: https://git
ts from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commit since the last revision:
Review Comment Fixed: JTable accessed on EDT
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7787/files
- new: https://git
ts from a closed test suite to open.
Srinivas Mandalika has updated the pull request with a new target base due to a
merge or a rebase. The incremental webrev excludes the unrelated changes
brought in by the merge/rebase. The pull request contains four additional
commits since the last revision
resolve this, you should call the JMenuBar.setFocusTraversalKeysEnabled(true)
> method.
>
> The test verifies focus traversal for the above described scenario.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commi
On Mon, 14 Mar 2022 09:28:50 GMT, Srinivas Mandalika
wrote:
> Create a test or
> [JDK-4715503](https://bugs.openjdk.java.net/browse/JDK-4715503)
>
> The getAccessibleContext method for JTable column header cells returns an
> AccessibleContext which cannot get the Bounding Rect
On Tue, 22 Mar 2022 01:26:38 GMT, Sergey Bylokhov wrote:
>> @mrserb Can you please sponsor my changes?
>
> @srmandal please confirm that the test works fine in the mach5.
@mrserb Yes The test ran successfully on Mach5 with multiple runs (30) on
windows-x64, linux-x64 and macos-x64.
---
resolve this, you should call the JMenuBar.setFocusTraversalKeysEnabled(true)
> method.
>
> The test verifies focus traversal for the above described scenario.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional commi
On Wed, 16 Mar 2022 14:47:48 GMT, Alexey Ivanov wrote:
> You copied the test into the new folder but the old folder still remains. You
> have to remove it. We don't want two identical tests in different locations.
I have now deleted the duplicate file.
-
PR: https://git.openjdk.ja
resolve this, you should call the JMenuBar.setFocusTraversalKeysEnabled(true)
> method.
>
> The test verifies focus traversal for the above described scenario.
> This review is for migrating tests from a closed test suite to open.
Srinivas Mandalika has updated the pull request incrementally with one
additional comm
On Fri, 11 Mar 2022 14:38:28 GMT, Srinivas Mandalika
wrote:
>> Create a regression test for CCC8000326
>>
>> Issue is identified by
>> [JDK-8000326](https://bugs.openjdk.java.net/browse/JDK-8000326), which
>> identifies that after focus moves into JMenuBar, wh
On Wed, 16 Mar 2022 20:12:55 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review comments fixed: null check added for Bounding Rectangles Returned.
>
&
On Wed, 16 Mar 2022 06:00:10 GMT, Sergey Bylokhov wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review comments fixed: null check added for Bounding Rectangles Returned.
>
>
1 - 100 of 130 matches
Mail list logo