Bug #102574
closedPages Tree : Drag New doktype created with Extbase does not work in Firefox
0%
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.
Updated by Chris Müller 12 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?
Updated by Oliver Bartsch 12 months ago
- Status changed from New to Needs Feedback
Updated by Regis TEDONE 12 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' => '*', ] );
Updated by Christian Kuhn 9 months ago
- Related to Bug #98439: Drag&Drop broken for custom page types in Firefox 91.13.0esr (64-Bit) added
Updated by Riccardo De Contardi 8 months 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)
Updated by Riccardo De Contardi 6 months ago
- Status changed from Needs Feedback to Closed
I close this issue as I am not able to reproduce it on version 12; I followed the guide https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/PageTypes/CreateNewPageType.html
to add a custom page doktype.
If you think that this is the wrong decision or experience the issue again please open a new issue with a reference to this one. Thank you.