Background
On mobile, when selecting the icon to display the Bottom Sheet, the keyboard collapses, requiring the user to click the text again to reopen it. Then, when the keyboard and Bottom Sheet are displayed simultaneously, it’s impossible to read and edit the article. And, if the Bottom Sheet is collapsed, both it and the keyboard collapse, requiring the user to start the process over by clicking the warning icon again.
Expected behavior
- In mid-edit checks
- Whenever the keyboard is opened:
- The bottom sheet is closed/hidden
- The check remains highlighted
- Whenever the sidebar icon is clicked
- The bottom sheet is opened (always expanded)
- The keyboard is hidden
- The bottom sheet is never collapsed (but can be closed/hidden)
- In pre-save checks
- The keyboard is never visible (no chnage)
- The bottom sheet is always visible (no change)
- It can be collapsed when expanded
- It can be expanded when collapsed
Acceptance criteria (or Done)
- Implement the expected behavior
