"CATransformLayer : changing property masksToBounds in transform-only layer, will have no effect" when displaying the keyboard

Originator:guillaume.algis
Number:rdar://23069576 Date Originated:10/12/2015
Status:Open Resolved:
Product:iOS SDK Product Version:9.0.2
Classification:Other bug Reproducible:Always
 
Summary:
When the iOS keyboard opens (as a result of UITextField getting focus for example) a warning is displayed in the console:

<CATransformLayer: 0x146c87340> - changing property masksToBounds in transform-only layer, will have no effect

Steps to Reproduce:
1. Open App
2. Touch a text field to raise the keyboard
3. Look at console

Expected Results:
No warning logs are displayed

Actual Results:
At least one of these warning are displayed in the console

"<CATransformLayer: 0x146c87340> - changing property masksToBounds in transform-only layer, will have no effect"

Version:
iOS 9.0.2 (13A452) / Xcode 7.0.1 (7A1001)

Notes:
Confirmed as a bug by Apple Staff in this thread: https://forums.developer.apple.com/thread/13716

Attached simple project to reproduce the bug (just an empty app with a UITextField, really)

Configuration:
iPad Mini 2 + iOS 9 Simulators

Comments

Closed as duplicate of 22231239

By guillaume.algis at Oct. 20, 2015, 9:04 a.m. (reply...)

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!