I’m sorry if someone has asked this before, but I couldn’t find it.I’ve got a form for use on the web. There is a richtext field on the form. When I enter multiple lines (with newline, not wrap) and then open the document in read mode, there are an extra 4 or so lines inserted at the first newline… example
Form contains field A and Dis_A Both rich text fields, Dis_A is computed to the value of A.
the contents of the field are:
"Line One
Line Two
Line Three"
When I open the form back up in read mode, I get two different renderings of what is in RTF A.
Whichever field comes first on the form renders the following html:
"Line one
Line two
Line three"
which is incorrect, and the second of the RTFs renders:
"Line one
Line two
Line three"
Which is correct. and if I edit the document the text in the RTF is exactly as it was entered before saving.
Is this a bug in Domino? Am I missing something simple? Does anyone know of any reasonable work-arounds?
Thanks in advance,
Sam