mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-22 16:26:05 +00:00
8175915: NullPointerException from JComboBox and JList when Accessibility enabled
Reviewed-by: serb, prr
This commit is contained in:
parent
8ec46c5612
commit
1df6a97a4d
@ -702,7 +702,7 @@ final public class AccessBridge {
|
||||
}
|
||||
|
||||
if (false == bExtendedSearch) {
|
||||
debugString ("bk -- getVirtualAccessibleNameFromContext will not use the extended name search algorithm. role = " + role.toDisplayString (Locale.US) );
|
||||
debugString ("bk -- getVirtualAccessibleNameFromContext will not use the extended name search algorithm. role = " + ( role != null ? role.toDisplayString(Locale.US) : "null") );
|
||||
/*
|
||||
Step 3:
|
||||
=======
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user