Hi Sergey,
it's the same problem as in https://bugs.openjdk.java.net/browse/JDK-8076249
AccessBridge trys to request information from obsoleted
ActionableAccessibleJListChild, as result getCurrentAccessibleContext
return null,
and ActionableAccessibleJListChild return null for Role.
Thanks,
Mikhail.
On 05.05.2017 22:54, Sergey Bylokhov wrote:
Hi, Mikhail.
Do you check why the role is null? I think that in case of JList it
should be "AccessibleRole.LIST", no?
----- mikhail.cherka...@oracle.com wrote:
>
Hello,
>
> Could you please review the very simple fix:
>
>
>
>
Bug:https://bugs.openjdk.java.net/browse/JDK-8175915
Webrev:http://cr.openjdk.java.net/~mcherkas/8175915/webrev/
The problem is that for debug message there's no null check, I added this check.
Thanks,
Mikhail.
>
>
>