I noticed some strange behaviour with a richtextbox bound to a field with right trim set in the business object mapper. When I enter 3 new lines as follows:-
1 [cr]2 [cr]3 [cr]
The lines are displayed in reverse order.
321
If I remove the right trim option in the business object mapper, then I can enter new lines and they are displayed in the correct order, i.e.
123
Looks like the trim is removing control codes along with spaces.
Aaron