skydoves / PowerMenu

:fire: Powerful and modernized popup menu with fully customizable animations.
Apache License 2.0
1.19k stars 175 forks source link

Powermenu does not support accessibility #81

Closed lee237592 closed 1 year ago

lee237592 commented 2 years ago

Please complete the following information:

Describe the Bug:

With accessibility turned on, open a menu by long pressing a view that implements powermenu, it cannot be reached with a swipe action. As the popupwindow does not take accessibility focus, I tried to modify it to forcibly create an accessibility event. But even in that case, the focus event is duplicated in the view exists outside the menu, and the accessibility action isnt performed normally.

Expected Behavior:

If menu was opened, accessibility focus should move to powermenu like other Android common popup window.

lee237592 commented 2 years ago

We are waiting for your comment. If you have any plans to support accessibility, Please let us know the schedule. If not, please let us know how we can fix to support accessibility.

sebastienrouif commented 1 year ago

@lee237592 is your problem that the power menu doesn't get "focus" when it opens?

skydoves commented 1 year ago

This issue was included in version 2.2.2. Thanks!