Project

General

Profile

Actions

Bug #81715

closed

No valid HTML output Form->Radio button

Added by Björn Paulsen almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2017-06-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

the for attribute in label is wrong. It should not rendered by radio buttons

<div class="form-group">
    <label class="control-label" for="kontakt-radiobutton-1">Radio button</label>
    <div class="input">
        <div id="kontakt-radiobutton-1" class="inputs-list">
            <div class="form-group">
                <div class="form-check">
                    <label class="form-check-label">
                        <input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="1" /><span>Wert 1</span></label>
                </div>
                <div class="form-check">
                    <label class="form-check-label">
                        <input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="2" /><span>Wert 2</span></label>
                </div>
                <div class="form-check">
                    <label class="form-check-label">
                        <input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="3" /><span>Wert 3</span></label>
                </div>
            </div>
        </div>
    </div>
</div>
Actions #1

Updated by Felix Nagel almost 7 years ago

This is default Bootstrap markup. Very unlikely they will change this.

Actions #2

Updated by Gerrit Code Review almost 7 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53364

Actions #3

Updated by Ralf Zimmermann almost 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF