Messages App Extension and onDrag keyboard dismiss setting cause a strange behavior.

Originator:giorgia
Number:rdar://35977023 Date Originated:12/11/2017
Status:Open Resolved:
Product:iOS + SDK Product Version:Xcode 9.1, iOS 11.1
Classification:UI Bug Reproducible:Always
 
Area:
Messages App Extension

Summary:
Setting on a scrollView the property keyboardDismissMode = .onDrag cause the entire Messages Apps container to dismiss itself once it scrolls. This behavior happened only when the MAE is on compact mode.

Steps to Reproduce:

- Create a new project with a Messages App Extension
- Add a collectionView and set the keyboardDismissMode = .onDrag
- Populate the collection view with some random content so that it scrolls
- Launch the app and start to scroll.

Expected Results:
The collection view scrolls as usual.

Actual Results:
The entire Messages Extension dismiss itself. (Looks like is crashing)

Version/Build:
xCode 9.1, iOS 11.1

Configuration:
Messages App Extension with collectionView and keyboardDismissMode = .onDrag

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!