Project

General

Profile

Actions

Bug #99974

closed

page.includeJSFooter.anything.defer=1 does not set the defer attribute

Added by Alex Kellner about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-02-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I don't know why, but it seems that this will not add the "defer" attribute:

page.includeJSFooter.luxenterprise = EXT:luxenterprise/Resources/Public/JavaScript/Lux/LuxEnterprise.min.js
page.includeJSFooter.luxenterprise.defer = 1

While this (with ...libs) works fine:

page.includeJSFooterlibs.luxenterprise = EXT:luxenterprise/Resources/Public/JavaScript/Lux/LuxEnterprise.min.js
page.includeJSFooterlibs.luxenterprise.defer = 1

async=1 seems to work as expected in both cases.

Actions #1

Updated by Alex Kellner about 1 year ago

Sorry, it's late - issue can be closed (I can't close my own ticket for any reason).
The TS object was overwritten in the clients system. Everything works as expected.

Actions #2

Updated by Chris Müller about 1 year ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF