Re: disappearing NSSpellingStateAttributeName

2008-06-19 Thread Jesse Grosjean
Martin, I haven't fixed it yet, but that seems likely to be the problem. Thank you! Jesse On Jun 18, 2008, at 5:41 PM, Martin Wierschin wrote: Does anyone know what causes the _clearTemporaryAttributesForCharacterRange method to get called... and have theories on why it's being called i

Re: disappearing NSSpellingStateAttributeName

2008-06-18 Thread Martin Wierschin
Does anyone know what causes the _clearTemporaryAttributesForCharacterRange method to get called... and have theories on why it's being called in my app and why the NSSpellingStateAttributeName that it is clearing isn't being replaced? I believe that method should only be called when the ch

disappearing NSSpellingStateAttributeName

2008-06-18 Thread Jesse Grosjean
I have an NSTextView. Check spelling as you type is enabled. If I misspell a word it is correctly underlined with a red line immediately after I type the word followed by a whitespace. But then the underline is removed when I begin typing a new word. I'm guessing this is related to some thi