Actions
Bug #65355
closedStory #69617: FormEngine bugs
Combination of Wizards looks a little bit ugly
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2015-02-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello,
I know, such a configuration does not make sense, but it's only for testing:
'last_name' => array( 'exclude' => 1, 'label' => 'LLL:EXT:sftca/Resources/Private/Language/locallang_db.xlf:tx_sftca_domain_model_woman.last_name', 'config' => array( 'type' => 'input', 'size' => 30, 'eval' => 'trim', 'wizards' => array( 'select' => array( 'type' => 'select', 'mode' => 'append', 'items' => array( array('Yes', 1), array('No', 0) ) ), 'colorpicker' => array( 'type' => 'popup', 'module' => array( 'name' => 'wizard_colorpicker', ), 'dim' => '50x20', 'tableStyle' => 'border:solid 1px black;', 'exampleImg' => 'gfx/wizard_colorpickerex.jpg' ), ), ), ),
The "select" wizard wraps below the colorpicker instead of behind.
Further the colorpicker is not visible as "Color picker". It's more a checkbox. And it was opened in a new tab instead of a little popup as like DatePicker.
After selecting a color, the "checkbox" does not appear in selected color.
Stefan
Files
Actions