any ideas why TextField() sometimes keeps BOLDING ( even when format was reset with setTextFormat() like this:
myFormat.bold=false;
defaultTextFormat =myFormat;
defaultTextFormat.bold = false;
setTextFormat(myFormat);
htmlText("this is bold even when should not")
PS: Textfield is editable and problem occurs when its edited by user
UPDATE: I want to get rid of all formatting to avoid unwanted BOLD, textfield has a bug that when bolded word is backspaced by user, everything in textfield is bolded for ever.