Project

General

Profile

Bug #94516

Updated by Albrecht Köhnlein almost 3 years ago

I had a case where I had to enter some text starting with multiple empty enty lines into FormEngine's textarea texteare element. 

 When saving and re-opening the first empty line was missing in the editor. I investigated a little bit and found out, that the empty lines still exist when the data is saved to database and still exist in the rendered HTML when generating the form. But there seems to be any JavaScript which removes the first line. 

 This problem can be reproduced, if you enter some empty enty lines + a line of text in field <code>tt_content.rowDescription</code> or any other textarea. 

 When saving and reopening the form, you will see, there is one less empty line in the editor.

Back