Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v8]

2023-01-13 Thread Alexander Zuev
On Tue, 10 Jan 2023 11:27:50 GMT, Artem Semenov wrote: >> [OutlineRowAccessibility currentAccessibleWithENV:] defines the >> getCurrentComponent method on the AccessibleContext instance of >> AccessibleJTreeNode class, however the call should go through CAccessibility >> so that it is

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v8]

2023-01-12 Thread Artem Semenov
On Tue, 10 Jan 2023 11:27:50 GMT, Artem Semenov wrote: >> [OutlineRowAccessibility currentAccessibleWithENV:] defines the >> getCurrentComponent method on the AccessibleContext instance of >> AccessibleJTreeNode class, however the call should go through CAccessibility >> so that it is

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v8]

2023-01-11 Thread Sergey Bylokhov
On Tue, 10 Jan 2023 11:27:50 GMT, Artem Semenov wrote: >> [OutlineRowAccessibility currentAccessibleWithENV:] defines the >> getCurrentComponent method on the AccessibleContext instance of >> AccessibleJTreeNode class, however the call should go through CAccessibility >> so that it is

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v8]

2023-01-10 Thread Alexey Ushakov
On Tue, 10 Jan 2023 11:27:50 GMT, Artem Semenov wrote: >> [OutlineRowAccessibility currentAccessibleWithENV:] defines the >> getCurrentComponent method on the AccessibleContext instance of >> AccessibleJTreeNode class, however the call should go through CAccessibility >> so that it is

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v8]

2023-01-10 Thread Artem Semenov
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the > getCurrentComponent method on the AccessibleContext instance of > AccessibleJTreeNode class, however the call should go through CAccessibility > so that it is executed on the Event Dispatch thread. Artem Semenov has updated

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v7]

2023-01-10 Thread Artem Semenov
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the > getCurrentComponent method on the AccessibleContext instance of > AccessibleJTreeNode class, however the call should go through CAccessibility > so that it is executed on the Event Dispatch thread. Artem Semenov has updated

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v6]

2023-01-10 Thread Artem Semenov
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the > getCurrentComponent method on the AccessibleContext instance of > AccessibleJTreeNode class, however the call should go through CAccessibility > so that it is executed on the Event Dispatch thread. Artem Semenov has updated

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v5]

2023-01-10 Thread Artem Semenov
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the > getCurrentComponent method on the AccessibleContext instance of > AccessibleJTreeNode class, however the call should go through CAccessibility > so that it is executed on the Event Dispatch thread. Artem Semenov has updated

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v4]

2023-01-10 Thread Artem Semenov
On Thu, 29 Dec 2022 20:52:52 GMT, Sergey Bylokhov wrote: >> Artem Semenov has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains four commits: >> >> - Merge master >> - update accessor >> - Please split the long lines to have 80

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v4]

2022-12-29 Thread Sergey Bylokhov
On Thu, 29 Dec 2022 14:23:40 GMT, Artem Semenov wrote: >> [OutlineRowAccessibility currentAccessibleWithENV:] defines the >> getCurrentComponent method on the AccessibleContext instance of >> AccessibleJTreeNode class, however the call should go through CAccessibility >> so that it is

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v4]

2022-12-29 Thread Alexey Ushakov
On Thu, 29 Dec 2022 14:23:40 GMT, Artem Semenov wrote: >> [OutlineRowAccessibility currentAccessibleWithENV:] defines the >> getCurrentComponent method on the AccessibleContext instance of >> AccessibleJTreeNode class, however the call should go through CAccessibility >> so that it is

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v4]

2022-12-29 Thread Artem Semenov
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the > getCurrentComponent method on the AccessibleContext instance of > AccessibleJTreeNode class, however the call should go through CAccessibility > so that it is executed on the Event Dispatch thread. Artem Semenov has updated

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v4]

2022-12-29 Thread Artem Semenov
On Sat, 24 Dec 2022 00:35:07 GMT, Sergey Bylokhov wrote: >> Thank you. >> I removed adding accesses for TableCell and ListChildren. If that's what you >> meant. >> I would like to keep the implementation of the Accesser itself, if possible. >> Because in the future it may come in handy in this

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v3]

2022-12-29 Thread Artem Semenov
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the > getCurrentComponent method on the AccessibleContext instance of > AccessibleJTreeNode class, however the call should go through CAccessibility > so that it is executed on the Event Dispatch thread. Artem Semenov has updated

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v2]

2022-12-23 Thread Sergey Bylokhov
On Fri, 23 Dec 2022 09:15:47 GMT, Artem Semenov wrote: >> src/java.desktop/share/classes/sun/swing/AccessibleComponentAccessor.java >> line 42: >> >>> 40: } >>> 41: >>> 42: public static Accessible getAccessible(AccessibleContext context) { >> >> Will the fix have more code if it

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v2]

2022-12-23 Thread Artem Semenov
On Thu, 22 Dec 2022 22:01:39 GMT, Sergey Bylokhov wrote: >> Artem Semenov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Please split the long lines to have 80 chars per line. > > src/java.desktop/share/classes/javax/swing/JList.java

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread [v2]

2022-12-23 Thread Artem Semenov
> [OutlineRowAccessibility currentAccessibleWithENV:] defines the > getCurrentComponent method on the AccessibleContext instance of > AccessibleJTreeNode class, however the call should go through CAccessibility > so that it is executed on the Event Dispatch thread. Artem Semenov has updated

Re: RFR: 8298644 JNI call of getCurrentComponent on a wrong thread

2022-12-22 Thread Sergey Bylokhov
On Wed, 14 Dec 2022 10:47:09 GMT, Artem Semenov wrote: > [OutlineRowAccessibility currentAccessibleWithENV:] defines the > getCurrentComponent method on the AccessibleContext instance of > AccessibleJTreeNode class, however the call should go through CAccessibility > so that it is executed on

RFR: 8298644 JNI call of getCurrentComponent on a wrong thread

2022-12-14 Thread Artem Semenov
[OutlineRowAccessibility currentAccessibleWithENV:] defines the getCurrentComponent method on the AccessibleContext instance of AccessibleJTreeNode class, however the call should go through CAccessibility so that it is executed on the Event Dispatch thread. - Commit messages: -