Project

General

Profile

Actions

Bug #87031

closed

colorpicker : pasted value is saved in database without formating/checking

Added by Filipe DA COSTA COSTA over 5 years ago. Updated almost 5 years ago.

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

100%

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

Description

If you paste a value into a colorpicker, some formating seems to be done but in reallity the raw value is saved in database.

A) Color missing hash (See attached Typo3ColorpickerIssueColor.gif)

  • Copy "00FF00"
  • Paste the value into colorpicker
  • Blur out of the input

The input value will visually change to "#00ff00".

  • Save page

The colorpicker displays "00FF00".

B) Random value (See attached Typo3ColorpickerIssue.gif)

  • Copy "NOT_A_COLOR"
  • Paste the value into colorpicker
  • Blur out of the input

The input value will visually be blank. If you have a "eval => required" you will notice that the red error will disappear.

  • Save page

The colorpicker displays "NOT_A_COLOR".

TCA configuration used for this example:

 'tx_apxsample_color' => [
        'exclude' => 1,
        'label'   => 'Color Hex Code',
        'config'  => [
            'type'       => 'input',
            'renderType' => 'colorpicker',
            'size'       => 10,
            'eval'       => 'required'
        ]
    ]

Files

Typo3ColorpickerIssue.gif (450 KB) Typo3ColorpickerIssue.gif Filipe DA COSTA COSTA, 2018-11-28 18:13
Typo3ColorpickerIssueColor.gif (509 KB) Typo3ColorpickerIssueColor.gif Filipe DA COSTA COSTA, 2018-11-28 18:13

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #88593: ColorPicker throws JS error if not used in FormEngine contextClosedAndreas Kienast2019-06-19

Actions
Actions #2

Updated by Gerrit Code Review over 5 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/59052

Actions #3

Updated by Gerrit Code Review over 5 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/59052

Actions #4

Updated by Gerrit Code Review over 5 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/59052

Actions #5

Updated by Gerrit Code Review about 5 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59052

Actions #6

Updated by Gerrit Code Review about 5 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60344

Actions #7

Updated by Filipe DA COSTA COSTA about 5 years ago

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

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions #9

Updated by Andreas Kienast almost 5 years ago

  • Related to Bug #88593: ColorPicker throws JS error if not used in FormEngine context added
Actions

Also available in: Atom PDF