Project

General

Profile

Actions

Bug #65355

closed

Story #69617: FormEngine bugs

Combination of Wizards looks a little bit ugly

Added by Stefan Froemken about 9 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
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

WrongPositionOfWizards.jpg (19.8 KB) WrongPositionOfWizards.jpg Wrong position of select-wizard Stefan Froemken, 2015-02-26 10:07
wizard icons.jpg (45.7 KB) wizard icons.jpg Jo Hasenau, 2016-10-30 14:34
Actions

Also available in: Atom PDF