Project

General

Profile

Actions

Bug #24256

closed

All TCA forms "group" with size=1 have height of 85px

Added by Stefan Froemken over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-12-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Normally with a TCA config like this:

'type' => 'group',
'internal_type' => 'db',
'allowed' => 'pages',
'size' => '1',
'maxitems' => '1',
'minitems' => '0',
'show_thumbs' => '1',

you got a input field with roundabout 20-25px height.

But now: All group-fields with size = 1 has a height of 85px. This is because of a new CSS in TYPO3:

.typo3-TCEforms select.tceforms-multiselect {
min-height:85px;
}

CSS-Class for Multiselect should not be activated, when size=1

TYPO3 4.5-dev Rev. 9705
(issue imported from #M16628)


Files

tceforms_multiselect.patch (1.67 KB) tceforms_multiselect.patch Administrator Admin, 2011-01-16 23:06

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #23827: Change the layout of thumbnails and allowed file types so that they don't waste so much space anymoreClosedErnesto Baschny2010-10-22

Actions
Related to TYPO3 Core - Bug #25221: "group" field in TCEforms does not honor size=1 attributeClosedDmitry Dulepov2011-03-02

Actions
Actions

Also available in: Atom PDF