Page MenuHomePhabricator

[BUG] Bottom navigation is still visible when user searches while in My Lists or History
Closed, ResolvedPublic

Description

Steps to reproduce

  1. Go to the Reading list/History tab in the app
  2. Tap on the search icon

Expected

Search mode is invoked with keyboard appearing on screen and bottom navigation bar no longer visible.
(per Material spec, keyboards are at a higher elevation so should appear over and cover bottom nav bars)

Actual

Bottom nav bar is still visible as it appears 'stuck' to the top of the keyboard and moves with it up the screen.

main-MainActivity-03152017150840.png (1×1 px, 115 KB)

Event Timeline

Change 343067 had a related patch set uploaded (by Dbrant):
[apps/android/wikipedia] Hide bottom navigation when ActionMode active.

https://gerrit.wikimedia.org/r/343067

Change 343067 abandoned by Dbrant:
Hide bottom navigation when ActionMode active.

https://gerrit.wikimedia.org/r/343067

Change 343070 had a related patch set uploaded (by Dbrant):
[apps/android/wikipedia] Hide bottom navigation when ActionMode active.

https://gerrit.wikimedia.org/r/343070

Change 343070 merged by jenkins-bot:
[apps/android/wikipedia] Hide bottom navigation when ActionMode active.

https://gerrit.wikimedia.org/r/343070

Testing on Samsung Galaxy Express 3 (J120A) with Android 6.0.1 and Wikipedia Alpha app 2.5.190-alpha-2017-03-21. This is fixed as bottom navigation bar disappears when keyboard appears both for the Reading List

T160636 Reading List Step 1.png (800×480 px, 26 KB)
T160636 Reading List Step 2.png (800×480 px, 50 KB)

and for the History tab
T160636 History Step 1.png (800×480 px, 51 KB)
T160636 History Step 2.png (800×480 px, 65 KB)

ABorbaWMF subscribed.

Tested on a Pixel with Android 7.1.1 and the Alpha App 2.5.190-alpha-2017-03-23

Appears to be fixed