Project

General

Profile

Actions

Bug #82223

closed

ext:form missing id attribute on file input

Added by Michael Kasten over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Start date:
2017-08-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint

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>

Actions #1

Updated by Wouter Wolters over 6 years ago

  • Assignee deleted (Björn Jacob)
Actions #2

Updated by Björn Jacob over 6 years ago

  • Sprint Focus set to Remote Sprint
Actions #3

Updated by Mathias Brodala over 6 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Gerrit Code Review over 6 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

Actions #5

Updated by Gerrit Code Review over 6 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

Actions #6

Updated by Carlos Meyer over 6 years ago

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

Updated by Gerrit Code Review over 6 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

Actions #8

Updated by Carlos Meyer over 6 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF