It's been a while since you last heard from me but now i'm back.

I have a Edit with EditType set to jqmetTextArea. I save the contents to a memofield in my database like this:
MyDataSet.FieldByName('MyMemo') .AsString := MyEdit.Text;
Works just as expected for all tested browsers but Firefox. Firefox seems to remove all line breaks in the Text property and return a single string.
Is there a way around this?
T.I.A.
Sören Alexandersson