Project

General

Profile

Actions

Task #91084

closed

Pass targetElement explicitly for RegularEvent.delegateTo

Added by Oliver Hader almost 4 years ago. Updated almost 4 years ago.

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

Also available in: Atom PDF