UITextView doesn't honor Allows Editing Attributes in IB

Originator:robnapier
Number:rdar://12658954 Date Originated:7-Nov-2012
Status:Open Resolved:
Product:Xcode Product Version:4.5.2
Classification: Reproducible:
 
07-Nov-2012 07:52 PM Rob Napier:
Summary:

Setting "Allows Editing Attributes" for a UITextView in IB does not actually set allowsEditingTextAttributes.

Steps to Reproduce:

* Create project w/ Storyboard
* Add UITextView
* Select Text as "Attributed"
* Select "Allows Editing Attributes"
* Run program

Expected Results:

Selecting text should display an edit menu including the "BIU" menu.

Actual Results:

The BIU menu does not display. It does if you follow these steps for UITextField. Setting allowsEditingTextAttributes in viewDidLoad also works.

Regression:

Unknown.

Notes:

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!