Actions
Bug #24208
closedColorbox Wizard do not save changed color
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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)
Actions