Bug #24208
closedColorbox Wizard do not save changed color
0%
Description
Colorbox wizard with that configuration below, doesnt save data. When you select a color from popup color table and click "Save and close" button the value is written to the field but there is no information that the field was modyfied (redish triangle appearing on left side of the field) and when you click the record "Save" button the value is not written.
Regards
'config' => array (
'type' => 'input',
'size' => '30',
'wizards' => array(
'_PADDING' => 2,
'color' => array(
'title' => 'Color:',
'type' => 'colorbox',
'dim' => '12x12',
'tableStyle' => 'border:solid 1px black;',
'script' => 'wizard_colorpicker.php',
'JSopenParams' => 'height=300,width=250,status=0,menubar=0,scrollbars=1',
),
),
)
(issue imported from #M16572)
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.