Actions
Bug #84177
closedInspector-TextareaEditor is read-only when used in the finishers
Start date:
2018-03-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
form textarea textareaeditor email finisher
Complexity:
Is Regression:
Sprint Focus:
Description
Textarea are not editable by clicking left mouse click, the only way to add content to a text-area is by clicking right mouse click.
I have a custom finisher defined under TYPO3 > CMS > Form > prototypes > standard > formElementsDefinition > Form > formEditor > propertyCollections > finishers
__inheritances: 10: 'TYPO3.CMS.Form.mixins.formElementMixins.formEmailFinisherMixin' identifier: 'EmailToSenderWithEmailBody' editors: 100: label: 'formEditor.elements.Form.finisher.EmailToSenderWithEmailBody.editor.header.label' 205: identifier: emailBody templateName: 'Inspector-TextareaEditor' label: 'Email Content' propertyPath: 'options.emailBody' 210: identifier: staticText templateName: 'Inspector-TextareaEditor' label: 'Texto' propertyPath: 'options.test'
Files
Updated by Ralf Zimmermann over 6 years ago
- Status changed from New to Accepted
- Assignee set to Ralf Zimmermann
Updated by Gerrit Code Review over 6 years ago
- Status changed from Accepted 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/56199
Updated by Ralf Zimmermann over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 63e9dd960b66aa25992faefb31beafadbbb13b4d.
Actions