- If you use the standard NSTextStorage in your program instead of your subclass, does that work? If not, it would clearly indicate a problem elsewhere. Otherwise the problem might be in your subclass. - If you just have one view displaying the data from your subclass of NSTextStorage, does that work? If not, that might indicate a problem in the way multiple views have been set up.