Project

General

Profile

Actions

Bug #102574

open

Pages Tree : Drag New doktype created with Extbase does not work in Firefox

Added by Regis TEDONE 5 months ago. Updated about 1 month ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-11-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:

Description

TYPO3 V12.4.8

BROWSER FIREFOX 102

After adding a new doktype with extbase, the drag and drop behavior for this new doktype, over the Pages tree, always show forbidden icon.
It works well under Chrome.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #98439: Drag&Drop broken for custom page types in Firefox 91.13.0esr (64-Bit)New2022-09-27

Actions
Actions #1

Updated by Chris Müller 5 months ago

I am curious, how do you create a new doktype via Extbase? AFAIK this is just a configuration in ext_tables.php/TCA overrides?

Actions #2

Updated by Oliver Bartsch 5 months ago

  • Status changed from New to Needs Feedback
Actions #3

Updated by Regis TEDONE 5 months ago · Edited

Using the PageDoktypeRegistry class in the ext_tables.php of an extension :


$dokTypeRegistry = GeneralUtility::makeInstance(PageDoktypeRegistry::class);
$dokTypeRegistry->add($doktype,
  [
   'type' => 'web',
   'allowedTables' => '*',
  ]
);

Actions #4

Updated by Christian Kuhn 2 months ago

  • Related to Bug #98439: Drag&Drop broken for custom page types in Firefox 91.13.0esr (64-Bit) added
Actions #5

Updated by Riccardo De Contardi about 1 month ago · Edited

I tried to reproduce it with the demo site https://demo.typo3.org/typo3 but I failed...
(Firefox 124.0.1 (64 bit) on MAC)

Actions

Also available in: Atom PDF