RFR: 8283214: [macos] Screen magnifier does not show the magnified text for JcomboBox [v3]
Alexey Ivanov
aivanov at openjdk.org
Tue Jul 4 18:03:59 UTC 2023
On Tue, 4 Jul 2023 14:52:14 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
> But in case of JComboBox, a11y API invokes the `getAccessibleName` method for `AccessibleJButton` and that returns an empty string.
And this seems to be the problem. The `getAccessibleName` method should be on JComboBox, or its editor, which should return the result of `getAccessibleName` of the renderer component.
Does this work with editable combo box?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14497#discussion_r1252267170
More information about the client-libs-dev
mailing list