Project

General

Profile

Actions

Bug #83403

closed

<span></span> tag not filled in form extension for type radio

Added by Eckard Gehrke over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2017-12-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

Hi,
when upgrading from 8.7.8 to 8.7.9 I get the following error:

In 8.7.8 my form was rendered to:

<label class="form-check-label check0">
<input class="xlarge form-check-input" type="radio" name="tx_form_formframework[anfrage][radiobutton-1]" value="Informatik" checked="checked">
<span> Informatik</span>
</label>

whereas in 8.7.9 and current 8.7 branch the result is an empty <span> tag:

<label class="form-check-label check0">
<input class="xlarge form-check-input" type="radio" name="tx_form_formframework[anfrage][radiobutton-1]" value="Informatik" checked="checked">
<span></span>
</label>

I could trace it down to changes in form -> Classes -> Service and ViewHelpers but could not break it down further to a single change. Check0 and counting the radiobuttons in the group is an extension of my own, which still works fine

Best regrads
Eckard.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #82210: ext:form multi checkbox values containing . or & result in empty frontend labelsClosed2017-08-25

Actions
Actions

Also available in: Atom PDF