Actions
Bug #84782
closedAbstractFormElement::calculateColumnMarkup() must cast floored division to int
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2018-04-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
AbstractFormElement::calculateColumnMarkup() does a division that is floor'd. Since floor() returns a double
, the strict comparisons fail.
Updated by Andreas Kienast over 6 years ago
- Related to Feature #83556: Add toggle switches to FormEngine added
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/56726
Updated by Andreas Fernandez over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bbdf85c92008d065c5e6d0dc44feae883269d657.
Actions