If I have a plus sign in my UITextView, and I try to set the selectionRange to immediately precede it (i.e, put the cursor before the plus sign), it automatically moves to the next space. As far as I can tell, this is specifically for plus signs; for example, equals signs and minus signs do not exhibit this behavior.

Can anyone explain what is going on?

link|improve this question

72% accept rate
feedback

2 Answers

My guess is that the + sign may be messing with the phone number detection. Do you have Phone Number detection active for that UITextView? have you tried disabling it?

link|improve this answer
Never enabled it, but for good measure just tried setting dataDetectorTypes to UIDataDetectorTypeNone. No help. – William Jockusch Jan 17 '11 at 15:49
feedback
up vote 0 down vote accepted

I reported this to Apple as a bug in iOS 4.2. They asked me to try it in the iOS4.3 beta. It appears to be fixed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.