Bug #90673
closedValueSlider share single instance
100%
Description
All ValueSliders in FormEngine share a single instance which introduces various issues.
In v10, due to recent changes we suffer from event stacking, as the module gets loaded with each occurrence of a slider with a new instance of ValueSlider, delegating the same event again and again.
In v9, no event delegation is in place, but only the initially available modules get initialized which breaks sliders added via inline relations.
Updated by Gerrit Code Review over 4 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63597
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63598
Updated by Andreas Fernandez over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f22e33d1b27285456495344cd0af5543523dfa8e.