Bug #85226
closedTCA link wizard popup should accept external links larger than 300 chars
100%
Description
The link wizward popup does not accept typolinks (e.g. external urls) larger than 300 chars.
After 300 characters the string is cut off.
Reproduce:
- Create a new content element of type "headline"
- Add an link to the "header link" with the typolink wizard popup
- "Set Link" Button in the Wizard and the popup will close
- Save the new content element and edit again
- Click on the typolink wizard button
- The wizard popup will open
- Click "Set link"
- The link in the input field for the "header link" is cut off.
Link with more than 300 chars
https://forger.typo3.com/gerrit/status?filters%5Bupdated_on%5D%5B1496275200000%5D=true&filters%5Bupdated_on%5D%5B1517443200000%5D=true&filters%5Bupdated_on%5D%5B1519862400000%5D=true&filters%5Bupdated_on%5D%5B1522540800000%5D=true&filters%5Bupdated_on%5D%5B1525132800000%5D=true&filters%5Bupdated_on%5D%5B1527811200000%5D=true&filters%5Bmergeable%5D%5Byes%5D=true&filters%5Baffected_files%5D%5B1%5D=true&filters%5Baffected_files%5D%5B12%5D=true&filters%5Baffected_files%5D%5B7%5D=true&filters%5Baffected_files%5D%5B10%5D=true&filters%5Btopic%5D%5B19483%5D=true&filters%5Btopic%5D%5B52046%5D=true&filters%5Btopic%5D%5BEXT%3A_extbase%5D=true&filters%5Btopic%5D%5BExtbase%5D=true&filters%5Btopic%5D%5Bissues%2F78450%5D=true&filters%5Bpatchsets%5D%5B1%5D=true&filters%5Bpatchsets%5D%5B2%5D=true
Affected files:
- typo3/cms/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php:553
- typo3/cms/typo3/sysext/backend/Classes/Form/FieldControl/EditPopup.php:73
- typo3/cms/typo3/sysext/backend/Classes/Form/FieldControl/LinkPopup.php:73
The value should be configurable or raised to 1024 chars.
Updated by Gerrit Code Review over 6 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/57183
Updated by Gerrit Code Review over 6 years ago
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/57184
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/57183
Updated by Gerrit Code Review over 6 years ago
Patch set 2 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/57184
Updated by Frank Nägler over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8029da4bd785a0de2a44ad9cb66e586e9affbe56.