Bug #82223
closedext:form missing id attribute on file input
100%
Description
If i create a form with an input type file, the input is missing the id attribute.
The label have the right for attribute, but the file input type just have the name attribute but no id attribute so the label will not have the correct reference:
<div class="form-group">
<label class="control-label" for="punkteformular-fileupload-1">File upload</label>
<div class="input">
<input accept="application/pdf" name="tx_form_formframework[punkteformular][fileupload-1]" type="file">
</div>
</div>
Updated by Mathias Brodala about 7 years ago
- Status changed from New to In Progress
Updated by Gerrit Code Review about 7 years ago
- Status changed from In Progress 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/53959
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53959
Updated by Carlos Meyer about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fdf0e629aa713b456ce0d47488a39edd13468a70.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53964
Updated by Carlos Meyer about 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset b0ba70113d78e925243c5bda1ad27bc8d3baf542.