Bug #64359
closedsysExt:Form Renders all Fields as Text Input
100%
Description
The form FE rendering in the latest version from 6.2 git branch seems to be broken.
No matter what kind of field I add in BE with the form wizard (checkbox, submit, radio button), the rendered result in FE is always an input tag with the attribute type="text".
The rest of the markup (e.g. CSS classes) is set properly. Just the type attribute is wrong.
The bug does not occur in the latest release 6.2.9. It's only present in the latest version from the 6.2 branch.
Updated by Christian Kuhn almost 10 years ago
- Description updated (diff)
- Category deleted (
FormEngine aka TCEforms) - Is Regression changed from No to Yes
Updated by Christian Kuhn almost 10 years ago
- Priority changed from Should have to Must have
Updated by Gerrit Code Review almost 10 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 http://review.typo3.org/36258
Updated by Christian Kuhn almost 10 years ago
Regression from https://review.typo3.org/#/c/9021/
Stephan, special thanks for finding this before it was released in 6.2!
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36259
Updated by Stefan Neufeind almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 049ce6f8ddaa9eb85495859344ee7e76615dcc17.
Updated by Björn Jacob over 8 years ago
- Category changed from 1602 to Form Framework