On Tue, 4 Jul 2023 14:52:14 GMT, Abhishek Kumar <abhis...@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