| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix focus issue for 3 vertical button permission dialog
The focus was not moved to dialog when dialog appears. This issue is
only reproducible for vertical button mode dialogs.
This was due to the removal of `announceForAccessibility` in
`TabModalPresenter.java` in a previous CL https://crrev.com/c/6050760,
and the fact that in vertical-button mode, the content is inside a
`ScrollView`, which TalkBack might not read automatically.
This CL: 1. Update `ModalDialogViewBinder.java` to set the content
description on `ModalDialogView` when `CONTENT_DESCRIPTION` is set. This
ensures TalkBack reads the message when the dialog gains focus. 2.
Remove dead method `getContentDescription` 3. Add an assertion in
`TabModalPresenter.java` to ensure that any Tab modal dialog has at
least a title or a content description set
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |