Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

While using accessibility(TalkBack) on popups on Android, Focus also goes to background view.[Bug] #12251

Closed
HirakCTS opened this issue Sep 25, 2020 · 5 comments
Labels
a/a11y 🔍 s/unverified New report that has yet to be verified t/bug 🐛

Comments

@HirakCTS
Copy link

I am using popups in Android. While i turned on accessibility, focus of TalkBack also goes to dimmed background view. It supposed to stay on the popup only.

Expected Behavior - Focus supposed to stay on popup view only

Actual Behavior - Focus goes to background view as well. Breaking functionality of accessibility.

@HirakCTS HirakCTS added s/unverified New report that has yet to be verified t/bug 🐛 labels Sep 25, 2020
@rmarinho
Copy link
Member

Hi @HirakCTS can you upload a small reproduction of the issue please so we can understand better?!
Thanks

@rmarinho rmarinho added s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Sep 25, 2020
@HirakCTS
Copy link
Author

Hi @rmarinho , I am using one small popup view having title and ok button, behind it there is a complete page having list and other elements. when i click on any list item , popup appears. While accessibility is on, focus supposed to stay on popup only but after reading all the elements of popup , focus goes to page behind it.

@samhouts samhouts removed s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Sep 30, 2020
@hartez
Copy link
Contributor

hartez commented Oct 2, 2020

@HirakCTS Which version of Xamarin.Forms are you using? When you say "popups" - are you using a third party library for popups, or are you talking about DisplayAlert/DisplayActionSheet?

@hartez hartez added the s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. label Oct 2, 2020
@HirakCTS
Copy link
Author

HirakCTS commented Oct 5, 2020

@hartez I am using 4.8.0.1269 version of xamarin forms and I am using Prism as third party library for popups. Please let me know if you want more details.

@samhouts samhouts removed the s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. label Oct 5, 2020
@hartez
Copy link
Contributor

hartez commented Oct 6, 2020

@hartez I am using 4.8.0.1269 version of xamarin forms and I am using Prism as third party library for popups. Please let me know if you want more details.

In that case, you should open an issue at Prism.Plugin.Popups.

If they determine that the problem is in Forms and not in their popup library, comment here and we can reopen this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/a11y 🔍 s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

4 participants