Actions
Task #91084
closedPass targetElement explicitly for RegularEvent.delegateTo
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-04-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
new RegularEvent('click', (evt) => { console.log(this, this instanceof HTMLElement); }).delegateTo(document, 'a[data-action="toggle"]');
this
won't contain the expected HTMLElement
(as assigned a thisArg
when invoking the callback)
Actions