On Fri, 31 Mar 2023 11:54:40 GMT, Abhishek Kumar <[email protected]> wrote:

> In SwingSet2, few label components are not set for textfield component in 
> InternalFrame and Table demo and due to this VoiceOver doesn't announce the 
> label along with the textfield value. Added a fix for that and verified in 
> SwingSet2.
> 
> Apart from that for Selection mode combobox and Autoresize combobox, 
> VoiceOver doesn't announce the combobox panel details along with combobox 
> current item. 
> 
> Although the bug doesn't report this but in Slider demo it is observed that 
> VoiceOver announces the slider value and panel details together.
> 
> So, added a fix similar to slider demo for combobox in tabledemo.

This pull request has now been integrated.

Changeset: 0ec3d2e3
Author:    Abhishek Kumar <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/0ec3d2e36364a284df9f636e34ab47da7ff786f3
Stats:     8 lines in 2 files changed: 6 ins; 0 del; 2 mod

7124527: [macosx] SwingSet2, label is not read by VoiceOver when focus is on 
textfield for Internalframe and Table demo.

Reviewed-by: asemenov, serb

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

PR: https://git.openjdk.org/jdk/pull/13268

Reply via email to