Bug #70167
closedTBE_EDITOR.curSelected doesn't work anymore.
100%
Description
TBE_EDITOR.curSelected doesn't work anymore.
Wrong selector is used to get the correct element. The name attribute has been removed and replaced with a data attribute.
Changing this to a getter on the data attribute data-formengine-input-name fails too, because the name is suffixed with _list.
This field does not exists in the HTML output
Removing the suffix won't help either because there are 2 fields with the same data-formengine-input-name.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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/43622
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43622
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 97c25eda6cba88ee24604e2050d8ac52a628ce06.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed