(bug): Out of bounds group chat submit box after typing.
Summary
After maximizing keyboard and minimizing it the message window becomes out of bounds
Steps to reproduce
- Go to a group chat.
- Type a message.
- Click the screen to minimise the keyboard.
- Try to scroll down.
- You can still send the message by maximising the keyboard and hitting the return key.
Platform information
S7 Edge (8.0.0)
What is the current bug behavior?
Messaging box with send button becomes cut off after typing
What is the expected correct behavior?
User should be able to send a message the normal way.
Relevant logs and/or screenshots
The lowest point in chat I can scroll to after opening keyboard
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Ke
- added 1 - High Mobile Web P - Groups T - Bug labels 
- OwnerScreenshots needed 
- added 2 - Normal label and removed 1 - High label 
- changed the description 
- DeveloperSure, but its usefulness is limited. 
- assigned to @benhayward.ben 
- changed milestone to %sprint: Hipster Hedgehog 
- changed weight to 3 
- added S - InProgress label 
- DeveloperMade some progress on this earlier by using max-width: calc(100% - 120 - 30px) which appears to not effect the chat on load, but keeps the chat usable following closing the keyboard. Need to test this further. 
- added S - InProgress label and removed S - Review label 
- mentioned in merge request !381 (closed) 
- mentioned in merge request !400 
- changed milestone to %sprint: Interesting Iguana 
- added Status::Backlog label and removed Status::Review label 
- DeveloperGoing to address the underlying issue with the bottom bar not being correctly accounted for lower down the component tree.