Core Data & TextView BUG
Core Data & TextView BUG
- Subject: Core Data & TextView BUG
- From: Stefano Furiosi <email@hidden>
- Date: Wed, 13 Jul 2005 11:20:24 +0200
I have found a problem in core data or binding used with a Rich text
NSTextView with some kind of formatted text.
The simple way to find the bugs is to copy and paste an xcode text in
an TextView.
Just try this:
1) Create a new CoreData Applciation in interface builder.
2) Create an entity with just 2 properties, one is a name (kind
String) and the second for the textView (kind Binary Data).
3) Drag the entity in Interface Builder by pressing Option key and
Choose "Many Objects".
4) Replace the just created NSImage relative to the Data Kind
property with an NSTextView and bind the data of this text view to
the related property.
5) Compile and run the application.
5) Now just create a new item by clicking "Add", Copy the text of a
source code form xcode and paste it in the TextView.
6) Deselect and select back the Item in the table view by clicking in
the tableview empty space and back on the item you have just created,
and after 1-4 switch the application must crash.
I have found that a text copied form xcode crash the application
every times. This is also true for other kind of RTF text.
Just want to know if this bugs is related to my system or if this is
a Tiger bugs.
I have this bugs since OSX 10.4.0 (clean install) and stil in 10.4.2.
Sorry for my bad English, thanks in advance,
Stefano.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden