-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Spike] Different scroll behavior for top/bottom toolbar when Talkback is enabled #17676
Comments
Saw a ticket about having this behavior for the top toolbar but with no reasons as to why - #10026 |
@Mugurell The fixed top toolbar for enabled a11y was introduced from the first implementation of top toolbar in #6608. fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt Lines 202 to 207 in 769c1e4
But I do not see any discussion as to why either. |
Proposed behavior:
Asking @eeejay and UX to confirm the if the proposed behavior (ensuring the bottom toolbar would be fixed when using a11y) |
I think this behavior makes sense. The one issue I can think of is that two not great things can happen when the toolbar is at the bottom with TalkBack enabled:
Honestly, I am fine with either outcome since that would be something the user explicitly opted in for in the settings. |
Closing after this was implemented in #18027 |
Seen while working on #10686
Currently with talkback enabled:
Not sure if this is a bug or a workaround / something that should be kept or not.
Agreed specs are found in #1718 (comment)
Why blocking the dynamic behavior was discussed only for the top toolbar is probably because at that time the bottom toolbar was not scrollable. It was always in a fixed place. So if users had a11y services enabled but selected the toolbar to be placed at the bottom, the toolbar would be fixed in place by default.
Then when the dynamic behavior was implemented for the bottom toolbar I think this special a11y case was just overlooked.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: