jumping text issue in RichEditableText
Hi,
I am using text layout framework in my application. I am using RichEditableText for editing the text.
txtComp = new RichEditableText();
txtComp.height = 50;
txtComp.setStyle("lineBreak",LineBreak.EXPLICIT);
txtComp.textFlow.fontSize = 50;
txtComp.multiline = true;
So, now the problem is when we go to new line(one line is fine), the text starts jumping because the height is fixed.
This happens in the single line also, i.e. if we set component height to smaller value than font size value.
I am using Flex 4.1
Operating System: Windows XP
