Project

General

Profile

Actions

Bug #15301

closed

XHTML of FORM cObj

Added by Dmitry Pikhno almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-12-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

some document types(strict, for example) do not support attribute "wrap"

class.ts_lib_content :: FORM contains this line
1707: $wrap = $wrap ? ' wrap="'.$wrap.'"' : ' wrap="virtual"';

as we see even if we do not set "wrap" typo3 will add it with "virtual" value

i suggest this
$wrap = $wrap ? ' wrap="'.$wrap.'"' : ' ';

(issue imported from #M2075)

Actions #1

Updated by Dmitry Pikhno almost 19 years ago

i mean textarea field in form

Actions #2

Updated by Sebastian Kurfuerst almost 19 years ago

Hi,
could you please have a look at this and give me some feedback?
tHNX,
Sebastian

Actions #3

Updated by Dmitry Pikhno almost 19 years ago

tt_content.mailform.20.noWrapAttr = 1
i found it in class.ts_lib_content :: FORM

if ($conf['noWrapAttr'] || $wrap === 'disabled') {
$wrap='';
......

sorry for wasting your time.
probably it make sense to add this in TSref:FORM

Actions #4

Updated by Sebastian Kurfuerst almost 19 years ago

I'll take care of the docs.
Greets, Sebastian

Actions #5

Updated by Sebastian Kurfuerst almost 19 years ago

will be fixed in the next release of tsref.
greets, sebastian

Actions

Also available in: Atom PDF