RFR: 8283214: [macos] Screen magnifier does not show the magnified text for JcomboBox [v5]

Abhishek Kumar abhiscxk at openjdk.org
Wed Aug 16 04:36:19 UTC 2023


On Wed, 9 Aug 2023 05:11:26 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> Can we inject some code into the AquaComboBoxButton so it will know what name should be used if that button is used "inside" combobox?

If I understood this correctly, we are setting the accessible name for the button and that can be retrieved by `getAccessibleName `API for the button if it is required inside combobox.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14497#discussion_r1295367913


More information about the client-libs-dev mailing list