Bug #73498
closedFluid textarea newline lost on update
0%
Description
Hi
I have fluid form with textarea field
<f:form.textarea property="description">
Creating/Updating works fine. By storing description textarea with new lines (page breaks/entering) it's render correctly (with line breaks) in p (paragraph) but in textarea line breaks are ignored.
I try following
<f:form.textarea property="description" value="{object.description -> f:format.raw()}">
or
<f:form.textarea property="description" value="{object.description -> f:format.nl2br()}">
but with no effect
Do you have any idea where could be the problem?
Updated by Wouter Wolters over 8 years ago
- Status changed from New to Needs Feedback
How do you render this textarea in the frontend?
What is in your database?
Updated by ondro no-lastname-given over 8 years ago
Can be resolved
Issue was caused by another typo3 plugin
Updated by Björn Jacob over 8 years ago
- Status changed from Needs Feedback to Closed
Thx Ondro. Issue closed as requested by owner.
Updated by Geterle Natalia over 7 years ago
ondro no-lastname-given wrote:
Can be resolved
Issue was caused by another typo3 plugin
I have the same problem. Do you have problems with plugin powermail?
Updated by ondro no-lastname-given over 7 years ago
Geterle Natalia wrote:
ondro no-lastname-given wrote:
Can be resolved
Issue was caused by another typo3 plugin
I have the same problem. Do you have problems with plugin powermail?
No, I had problem with general textarea input. Problem was caused by https://typo3.org/extensions/repository/view/html_minifier plugin