Bug #91506
closedEmpty title attribute in ImageViewHelper
100%
Description
The ImageViewHelper now outputs empty title tags (title="").
To fix this, also check for non-emptyness of the value, not just if the property exists in the image.
This regression was introduced with e6e40cd214acc8581729ef9f6e98c5d9324ec11c (see https://github.com/TYPO3/TYPO3.CMS/commit/e6e40cd214acc8581729ef9f6e98c5d9324ec11c#diff-4dad83294d2311a8e222a35cf9af3ae5R200)
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/64653
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/64653
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64653
Updated by Gerrit Code Review over 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64653
Updated by Markus Klein over 4 years ago
- Related to Bug #90656: Fatal error while trying to send notification-email upon backend-login added
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64634
Updated by Benni Mack over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 691fa74561e4e8ef61905b6448af2c589c7e1d6c.
Updated by Fronzes Philippe over 4 years ago
- Related to Bug #91759: Empty title attribute in ImageViewHelper added