Bug #83000
closedvaluePicker in colorpicker not working at IRRE
100%
Description
The value field of an colorpicker is not filled correctly after choosing an element from the valuePicker dropdown in IRRE. The value get cleared.
Updated by Jan Delius about 7 years ago
- Related to Bug #80337: Support valuePicker in colorpicker added
Updated by Riccardo De Contardi about 7 years ago
- Category set to Backend JavaScript
Updated by Frank Nägler almost 7 years ago
- Status changed from New to In Progress
- Assignee set to Frank Nägler
- Target version set to 9.0
Updated by Gerrit Code Review almost 7 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/54731
Updated by Gerrit Code Review almost 7 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/54731
Updated by Gerrit Code Review almost 7 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/54731
Updated by Christian Kuhn almost 7 years ago
example tca from input_2 of ext:styleguide inline 1:n child:
'input_2' => [
'exclude' => 1,
'label' => 'input_2 renderType=colorpicker, valuePicker',
'config' => [
'type' => 'input',
'renderType' => 'colorpicker',
'size' => 10,
'valuePicker' => [
'items' => [
[ 'blue', '#0000FF', ],
[ 'red', '#FF0000', ],
[ 'typo3 orange', '#FF8700', ],
],
],
],
],
Updated by Gerrit Code Review almost 7 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/54797
Updated by Frank Nägler almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c6bab2b61963b11537ff470a3f82bcb40c3c7e81.