Bug 1829361 - Prevent Talkback focus behind find in page bar
commit569390728a6eb17624d7db5d35c984bfb307ac19
authorDreVla <vlad.dreghici@gmail.com>
Fri, 21 Apr 2023 14:10:41 +0000 (21 17:10 +0300)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 17 May 2023 14:54:22 +0000 (17 14:54 +0000)
tree511d9281249dcedcd6f358a1b1eb6cc44c388b3f
parente3e4e310b8e2015b4efb08526438ad64122b6cb8
Bug 1829361 - Prevent Talkback focus behind find in page bar

By hiding the browser toolbar while the find in page
bar is visible, we make sure that talkback won't be able
to focus on any elements present underneath, preventing
any confusing experiences for the user.
mobile/android/focus-android/app/src/main/java/org/mozilla/focus/browser/integration/FindInPageIntegration.kt
mobile/android/focus-android/app/src/main/java/org/mozilla/focus/fragment/BrowserFragment.kt
mobile/android/focus-android/app/src/test/java/org/mozilla/focus/browser/integration/FindInPageIntegrationTest.kt [new file with mode: 0644]