Project

General

Profile

Actions

Bug #103536

open

Backend Page Module - drag-n-drop of Content Elements has display glitch with EXT:container

Added by Ayke Halder about 1 month ago. Updated 17 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-04-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
UX
Complexity:
Is Regression:
Sprint Focus:

Description

There is a display glitch for using drag-n-drop with EXT:container - see https://github.com/b13/container/issues/490

This is fixable by removing an unnecessary position: relative in the core.

.t3-page-ce {
    position: relative;
}

There are no child elements inside .t3-page-ce that use position: absolute.
The element .t3-page-ce has none of the properties top, right, bottom, left or z-index.
So position: relative can be omitted resulting in the default position: static.

Introduced by [TASK] Do not use jQuery and jQuery UI in page module drag&drop


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Task #101085: Problems with Drag & Drop in Page layoutNew2023-06-15

Actions
Actions #1

Updated by Ayke Halder about 1 month ago

Additionaly this can be removed as the corresponding JavaScript is no more.

.t3-page-ce.active-drag {
  z-index: 4500;
}

Related to #58473

Actions #2

Updated by Ayke Halder about 1 month ago

  • Description updated (diff)
Actions #3

Updated by Gerrit Code Review about 1 month ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83650

Actions #4

Updated by Ayke Halder 17 days ago

  • Tags set to UX
Actions #5

Updated by Riccardo De Contardi 15 days ago

  • Related to Task #101085: Problems with Drag & Drop in Page layout added
Actions

Also available in: Atom PDF