<Swing Dev> [12] JDK-7124293: [macosx] VoiceOver reads percentages rather than the actual values for sliders.

shashidhara.veerabhadraiah at oracle.com shashidhara.veerabhadraiah at oracle.com
Wed Oct 31 06:58:12 UTC 2018


Hi Sergey, Yeah I saw that problem. It happens even before this fix.

It does not behave as a progress bar. We may need to add a change 
listener to continuously monitor for change and then trigger VO to read 
it out!!

Thanks and regards,
Shashi


On 31/10/18 8:12 AM, Sergey Bylokhov wrote:
> Hi, Shashi.
> I am not sure is the next issue is related to this fix, but when I 
> tried to move the slider by mouse then VO reads the value of the 
> slider only once(for the first time).
>
>
> On 28/10/2018 23:51, shashidhara.veerabhadraiah at oracle.com wrote:
>> Hi All, Please review a fix for the vpat bug.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-7124293
>>
>> Webrev: http://cr.openjdk.java.net/~sveerabhadra/7124293/webrev.00/
>>
>> The issue was that the slider used to voice out the percentages over 
>> the assistive technologies instead of the actual values. Percentages 
>> are not useful when setting the value for a slider thro' voice over. 
>> This fix fixes that problem and it voices out the value instead of 
>> the percentages. The fix is to send out only the current value 
>> instead of current value, min and max range values. This forces the 
>> platform to voice out only the value instead of the percentages.
>>
>> Thanks and regards,
>>
>> Shashi
>>
>
>



More information about the swing-dev mailing list