This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Input toolbar 'follows' keyboard even when it is not first responder #648
Closed
Description
Steps to reproduce:
- Create
JSQMessagesViewController
object - Show keyboard from OTHER responder, e.g. a separate
UITextField
to edit your username or something - Keyboard appears - and the
JSQMessagesInputToolbar
object follows it on-screen - but it shouldn't, since you are not 'chatting' (and in fact may not even be displaying the Messages UI)
Ideally, JSQMessagesInputToolbar would only respond to keyboard frame changes while it is the first responder - else it should ignore them (optionally?).
Environment: iOS 8, JSQMessages 6.1, all devices