[a11y] The "Add Firefox Widget" button doesn't work with TalkBack enabled, on the Xiaomi Pad5
Categories
(Firefox for Android :: Onboarding, defect)
Tracking
()
People
(Reporter: apetridean, Unassigned)
References
Details
(Keywords: access, Whiteboard: [fxdroid][group2])
Attachments
(1 file)
|
8.69 MB,
video/mp4
|
Details |
Prerequisites:
Enable the TalkBack on the tablet.
Fresh install the Firefox app.
Steps to reproduce
- Open the FIrefox application.
- Double tap on the "Add firefox widget" button.
- Observe the behaviour.
Expected behavior
All cards and all the items from the cards are reached with TB navigation gestures, in a logical order.
Actual behavior
The Add button on the "Firefox search widget" card doesn't work after double-tapping it.
Device information
- Firefox version: Firefox 128.0b9
- Android device model: Xiaomi Pad5 (Android 13)
Any additional information?
This issue was observed only on Xiaomi Pad5 (Android 13).
| Reporter | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Triaging it as access-S2 because the action is blocked for a user and even if there is a workaround to add Fx as a widget later on, a user would have to proactively search for it somewhere, investing in it more physical and mental resources than a non-TalkBack user needs to, this would nullify adding this option into the onboarding flow altogether.
It also may be a sign that other assistive technology may not work for this button, i.e. a switch or other alternative input software and even an external (Bluetooth) keyboards too.
Comment 2•2 years ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, .
:vdreghici, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Comment 3•2 years ago
|
||
I will be bumping this up to S2 due to a11y severity, it also might affect multiple Mi devices.
Updated•2 years ago
|
Updated•2 years ago
|
Investigated the issue on a different xiaomi device, Xiaomi mi 9, with android 11, MIUI 12.5.1 Global version and using the stock launcher.
From my testing, I saw that this bug reproduces even if talkback is not enabled, because in AddSearchWidgetPrompt#showAddSearchWidgetPrompt the method call appWidgetManager.isRequestPinAppWidgetSupported returns false when the user is trying to add a widget while using the app.
The widget can be added from the phone launcher's widget screen (long tapping from the home page) or, if the user is using a different launcher, I tried Nova Launcher and the app behaved as expected.
We could hide the "add firefox widget" onboarding page if the widget can't be placed as this seems like a launcher limitation.
We are redoing onboarding so this will not be fixed.
Description
•