Re: RFR: 8284544: [Win] Name-Property of Spinner cannot be changed [v2]

2023-11-21 Thread Ambarish Rapte
On Tue, 21 Nov 2023 16:32:26 GMT, Kevin Rushforth wrote: >> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> add @since 22 > > modules/javafx.controls/src/main/java/javafx/scene/control/Spinner.java line > 851: > >> 849:

Re: RFR: 8284544: [Win] Name-Property of Spinner cannot be changed [v2]

2023-11-21 Thread Ambarish Rapte
> Currently we use the value of spinner as it's `UIA_NamePropertyId` when a11y > client application requests for it. > Ideally we should use the text set by `Node.setAccessibleText()` as the > `UIA_NamePropertyId`. > For other controls such as Slider, ListView we use the text set by >