Question
New lines in RichEditableText hangs app
I've application when Im using RichEditableText in skin for TextInput. Also I'm binding "text" property from previosly entered text from server. If there is simple text, all is ok, if there are new lines (\n) after binding text to RichEditableText, whole app hangs or is it veeery slow. Cpu is 100%. In profiler I've found out, that there is infinite loop for recreating TextFlow objects. Really dont know what's problem.
