Project

General

Profile

Actions

Task #61824

closed

Limit hight of content elements in the Page Module via CSS

Added by Stephan Bauer over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2014-09-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Please limit the height of content elements. It is impossible to use drag & drop with a contact form because it is to high.


Files

kontakt.png (38.5 KB) kontakt.png Stephan Bauer, 2014-09-23 21:06
Actions #1

Updated by Benni Mack almost 9 years ago

  • Subject changed from Limit hight of content elements to Limit hight of content elements in the Page Module via CSS
  • Target version set to 7.4 (Backend)
  • Sprint Focus set to On Location Sprint

Can easily be done via CSS I think.

Actions #2

Updated by Benjamin Kott almost 9 years ago

  • Assignee set to Benjamin Kott
Actions #3

Updated by Philipp Parzer almost 9 years ago

We can't apply a max-height rule for every tt_content element (lost information, not suitable for every element).
What we can do is a max-height rule while dragging the element.


Workaround for limiting the current element:

typo3_src/Build/Resources/Public/Less/TYPO3/_module_web_page.less :

.t3-page-ce-dropzone-available.active, .ui-sortable-helper, .t3-page-ce-dropzone-possible{
max-height:200px!important;
}
.ui-sortable-helper{
overflow:hidden;
}

TODO:
typo3/sysext/backend/Resources/Public/JavaScript/LayoutModule/DragDrop.js
adding a class for the container while dragging
max-height rule for all tt_content elements in this container

Optional:
Header into the .t3-page-ce-header
Hide .t3-page-ce-body during dragging

Actions #4

Updated by Riccardo De Contardi almost 9 years ago

Hide .t3-page-ce-body while dragging seems a nice idea: +1

Actions #5

Updated by Gerrit Code Review almost 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41690

Actions #6

Updated by Gerrit Code Review almost 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41690

Actions #7

Updated by Anonymous almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Anja Leichsenring over 8 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #9

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF