RFR: 8283214: [macos] Screen magnifier does not show the magnified text for JcomboBox [v5]
Abhishek Kumar
abhiscxk at openjdk.org
Thu Jul 6 11:18:02 UTC 2023
On Thu, 6 Jul 2023 10:33:03 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> Do you think it is correct?
>
> I admit refactoring / rewriting accessibility implementation for JComboBox is out of scope in this bug. Yet the current way doesn't feel right.
I think so.
If I am not wrong the non-editable JComboBox doesn't have any editor, so the arrowButton width and height is equal to the combobox width and height. This results in arrowbutton rendering for entire display area of combobox. Due to this we are getting the accessible interface invoked for combobox button.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14497#discussion_r1254293156
More information about the client-libs-dev
mailing list