Project

General

Profile

Actions

Bug #83000

closed

valuePicker in colorpicker not working at IRRE

Added by Jan Delius over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2017-11-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #80337: Support valuePicker in colorpickerClosed2017-03-17

Actions
Actions #1

Updated by Jan Delius over 6 years ago

  • Related to Bug #80337: Support valuePicker in colorpicker added
Actions #2

Updated by Riccardo De Contardi over 6 years ago

  • Category set to Backend JavaScript
Actions #3

Updated by Frank Nägler over 6 years ago

  • Status changed from New to In Progress
  • Assignee set to Frank Nägler
  • Target version set to 9.0
Actions #4

Updated by Gerrit Code Review over 6 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

Actions #5

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/54731

Actions #6

Updated by Gerrit Code Review over 6 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

Actions #7

Updated by Benni Mack over 6 years ago

  • Sprint Focus set to On Location Sprint
Actions #8

Updated by Christian Kuhn over 6 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', ],
                    ],
                ],
            ],
        ],
Actions #9

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/54797

Actions #10

Updated by Frank Nägler over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF