Project

General

Profile

Actions

Bug #46707

closed

Bad HTML parsing

Added by Martial about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-03-27
Due date:
% Done:

0%

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

Description

I past this HTML in a Plain HTML element :

<form action="" method="post">
<div class="w75 mts">
    <div class="w100 txtcenter category">Demandeur</div>
    <div class="label mtm txtleft">NOM *</div>
    <div><input class="w100" type="text" name="nom"></div>
    <div class="label mtm txtleft">Prénom</div>
    <div><input class="w100" type="text" name="prenom"></div>
    <div class="label mtm txtleft">Téléphone</div>
    <div><input class="w100" type="text" name="tel"></div>
    <div class="label mtm txtleft">Adresse email</div>
    <div><input class="w100" type="text" name="email"></div>
    <div class="label mtm txtleft">Adresse postale</div>
    <div><textarea class="w100" name="adresse"></textarea></div>
    <div class="mtm txtcenter"><button class="medium green awesome">Valider</button></div>
</div>
</form>

I save and, when I want to edit the code, the text is cut after the <textarea> element and the rest of the form appears below the textbox :

This is a fresh install of Typo3 6.0.4


Files

2013-03-27_102615.jpg (65.9 KB) 2013-03-27_102615.jpg Martial , 2013-03-27 10:37
2013-03-27_103021.jpg (97.9 KB) 2013-03-27_103021.jpg Martial , 2013-03-27 10:37

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #33651: closing textarea tag on html element in backend closes the textarea itself.Closed2012-02-03

Actions
Actions #1

Updated by Steffen Gebert about 11 years ago

  • Project changed from 75 to TYPO3 Core
Actions #2

Updated by Georg Ringer about 11 years ago

  • Status changed from New to Closed

duplicate of #33651

Actions

Also available in: Atom PDF