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

2023-11-10 Thread Abhishek Kumar
On Fri, 10 Nov 2023 11:58:19 GMT, Alexey Ivanov wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> jtreg update > > src/java.desktop/macosx/classes/com/apple/laf/AquaComboBoxButton.java line > 276: > >> 274:

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

2023-11-10 Thread Alexey Ivanov
On Fri, 10 Nov 2023 04:30:33 GMT, Abhishek Kumar wrote: >> The issue exist only for non-editable combobox and the root cause is >> accessible object is not created due to incorrect index returned from >> component class which results in no a11y API invoked. >> >> Proposed solution is to return

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

2023-11-09 Thread Abhishek Kumar
> The issue exist only for non-editable combobox and the root cause is > accessible object is not created due to incorrect index returned from > component class which results in no a11y API invoked. > > Proposed solution is to return the correct accessible child from > getAccessibleChild method