Task #101519
closedDrop immediate handling in debounced events
100%
Description
The DebounceEvent
module accepts an optional immediate
argument that allows to trigger the event handler at first invocation and enforces a waiting time after the last event invocation before the handler will be called again. It turns out this flag is never used in Core and also has a negative impact on UX. The flag should be removed.
Updated by Gerrit Code Review over 1 year ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80292
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80292
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80292
Updated by Andreas Fernandez over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 62a05ecb7b38e8e36edb28b8ced39757d8547486.