Fixed
Status Update
Comments
[Deleted User] <[Deleted User]> #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.
vi...@google.com <vi...@google.com>
xo...@google.com <xo...@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"
[Deleted User] <[Deleted User]> #4
Thanks for the above inputs. Could you please clarify the expected output.
xo...@google.com <xo...@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
[Deleted User] <[Deleted User]> #6
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
xo...@google.com <xo...@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
xo...@google.com <xo...@google.com> #8
Marking as Won't Fix since this seems to be an issue with the site used for testing and not Chrome.
ar...@gmail.com <ar...@gmail.com> #9
deleted
Description
I am getting the following exception whenever I try to migrate to latest AGP which is supposed to be the stable version. I am worried about future upgrades to this project being broken.
Gradle sync failed: Unable to find method 'com.android.build.gradle.internal.variant.BaseVariantData.getScope()Lcom/android/build/gradle/internal/scope/VariantScope;'
com.android.build.gradle.internal.variant.BaseVariantData.getScope()Lcom/android/build/gradle/internal/scope/VariantScope;
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
Consult IDE log for more details (Help | Show Log)... (show balloon)
AI-201.8743.12.41.6858069, JRE 1.8.0_242-release-1644-b3-6222593x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.14.6, screens 1920x1080, 1280x800
AS: 4.1; Kotlin plugin: 1.4.20-release-Studio4.1-1; Android Gradle Plugin: 4.0.2; Gradle: 6.5; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found)Source: user_sentiment_feedback
IMPORTANT: Please read