WAI
Status Update
Comments
ch...@google.com <ch...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
We tested this bug on Pixel devices and observed, it says:
"a% with valuetext slider".
Please confirm if you have also observed the same.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Screen record of the issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
Note: Please avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
We tested this bug on Pixel devices and observed, it says:
"a% with valuetext slider".
Please confirm if you have also observed the same.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Screen record of the issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
Note: Please avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
al...@google.com <al...@google.com> #3
Android Build: 00WW_4_15C_SP02
Yes - it says (for example) "50% (pause) with value text (pause) slider"
Yes - it says (for example) "50% (pause) with value text (pause) slider"
ch...@google.com <ch...@google.com> #4
Thanks for the above inputs. Could you please clarify the expected output.
al...@google.com <al...@google.com> #5
I would expect it to read the value of aria-valuetext not the % as the author has specifically determined that this is the value that should be read. So in the example above it would read "5000 (pause) with value text (pause) slider"
Often in these cases the value is not even numeric. For example 2 of the sliders at
kr...@gmail.com <kr...@gmail.com> #6
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
al...@google.com <al...@google.com> #7
W3C ARIA APG working group is creating the slider examples with role slider. According to multiple talkback testing reports, role slider does not work in reading the slider value or the changed value.
Review/talkback testing results comments:
https://github.com/w3c/aria-practices/pull/1746#issuecomment-774498523 https://github.com/w3c/aria-practices/pull/1746#pullrequestreview-600408013 https://github.com/w3c/aria-practices/pull/1755#issuecomment-778638021 https://github.com/w3c/aria-practices/pull/1755#issuecomment-782607921 https://github.com/w3c/aria-practices/pull/1746#issuecomment-784788395 https://github.com/w3c/aria-practices/pull/1746#issuecomment-787642775 https://github.com/w3c/aria-practices/pull/1746#issuecomment-787662740 - I had video recording of talk back for the example in the issue. But I cannot find it. sorry.
Related ARIA APG slider role PR
kr...@gmail.com <kr...@gmail.com> #8
Marking as Won't Fix since this seems to be an issue with the site used for testing and not Chrome.
mo...@nagarro.com <mo...@nagarro.com> #9
deleted
Description
compileSdkVersion 30
Devices/Android versions reproduced on: Huawei P20 Pro Android 10 (and others)
1. In the manifest set: android:configChanges="uiMode"
2. System theme is set to "Day"
3. Change application theme to "Night" by calling AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES)
4. Check that configuration.uiMode has UI_MODE_NIGHT_YES flag and AppCompatDelegate.getDefaultNightMode() returns AppCompatDelegate.MODE_NIGHT_YES
5. Create WebView by calling constructor WebView(activity)
Issue: Configuration.uiMode was reseted to UI_MODE_NIGHT_NO but AppCompatDelegate kept MODE_NIGHT_YES