iOS-Rich-Text-Editor icon indicating copy to clipboard operation
iOS-Rich-Text-Editor copied to clipboard

Typing attribute doesn't work properly

Open aryaxt opened this issue 10 years ago • 1 comments

This seems to be an iOS bug, typing attribute doesn't retain some attributes like underline, text alignment etc

  • Remove all text
  • Click Bold, Italic, Underline
  • Start Typing
  • Bold and Italic are applied to text, but underline attribute is lost, therefore not applied to new text.

aryaxt avatar Aug 19 '13 02:08 aryaxt

This appears to be a bug in iOS 6 for UITextView, and has been mentioned on http://stackoverflow.com/questions/12679042/set-text-to-be-underline-without-selection.

jvanmetre avatar Aug 23 '13 15:08 jvanmetre