Project

General

Profile

Actions

Bug #98619

closed

Not possible to click the new CE button if CE is current active target in URL

Added by Eric Harrer over 1 year ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2022-10-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
CSS, Backend
Complexity:
Is Regression:
Sprint Focus:

Description

If a content element is the current active target in the backend URL, the "New Content Element" button above this content element can not be clicked anymore.
This is because of a css style that uses a pseudoelement selector to create an invisible container above the button in file EXT:backend/Resources/Public/Css/backend.css:

:target::before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}

For example if the content element with id 6 has been edited and closed the backend URL looks like:
https://domain.tld/typo3/module/web/layout?id=1#element-tt_content-6

This causes the red area to be unclickable in the image shown below.


Files

screen.png (9.3 KB) screen.png Andreas Nedbal, 2022-11-29 17:26

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #98703: Cannot click "+ Content" button after dis-/enabling content elementClosed2022-10-22

Actions
Related to TYPO3 Core - Task #98471: Remove jQuery (UI) in Drag&Drop handling of page moduleClosed2022-09-29

Actions
Related to TYPO3 Core - Bug #103672: Again not possible to click the new CE button if CE is current active target in URLResolved2024-04-19

Actions
Actions

Also available in: Atom PDF