Page 1 of 1

TextArea in Firefox, strange behaviour

PostPosted: 07 Dec 2016 10:00
by Soren SDF
Hi guys.
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

Re: TextArea in Firefox, strange behaviour

PostPosted: 09 Dec 2016 17:55
by Alexander Bulei
Hi Soren SDF,
Fixed in next beta release...
Strange bug, but anyway, thank you!

Best Regards.

Re: TextArea in Firefox, strange behaviour

PostPosted: 12 Dec 2016 13:49
by Soren SDF
Thanx a million.
Looking forward to that then.

Sören