Project

General

Profile

Actions

Bug #73498

closed

Fluid textarea newline lost on update

Added by ondro no-lastname-given about 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-02-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
fluid, textarea, linebreaks loose
Complexity:
Is Regression:
No
Sprint Focus:

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?

Actions #1

Updated by Wouter Wolters about 8 years ago

  • Status changed from New to Needs Feedback

How do you render this textarea in the frontend?
What is in your database?

Actions #2

Updated by ondro no-lastname-given about 8 years ago

Can be resolved

Issue was caused by another typo3 plugin

Actions #3

Updated by Björn Jacob about 8 years ago

  • Status changed from Needs Feedback to Closed

Thx Ondro. Issue closed as requested by owner.

Actions #4

Updated by Geterle Natalia about 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?

Actions #5

Updated by ondro no-lastname-given almost 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

Actions

Also available in: Atom PDF