interactivePopGestureRecognizer breaks hit-testing on the iPhone in landscape orientation

Originator:arkadiusz.holko
Number:rdar://17416932 Date Originated:23-Jun-2014 01:00 PM
Status:Open Resolved:
Product:iOS SDK Product Version:8.0 beta 2
Classification: Reproducible:
 
Summary:
On iOS 8b2 interactivePopGestureRecognizer allows the gesture to be started from anywhere on the screen when the iPhone is in landscape orientation (it's a great improvement!). However, it breaks recognition of pan/swipe gestures performed from left to right in subviews.

Steps to Reproduce:
1. Create an application with Master-Detail Application template
2. Add a UISlider to the Detail View Controller's view
3. Run the app in the horizontal orientation on the iPhone
4. Tap on "+", then on the row that just appeared
5. Try to move slider's thumb to right

Expected Results:
Slider's thumb should be moved.

Actual Results:
interactivePopGestureRecognizer recognizes the gesture and the touch event isn't delivered to UISlider.

Version:
iOS 8 beta 2

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!