Commit 0205629
committed
[BUGFIX] Register consecutively created drag uploaders
The jQuery removal in #102415 removed the MutationObserver, breaking the
registration of consecutively created drag uploaders, e.g. in IRRE
items.
The MutationObserver is added again to solve this issue, but reveals
that the code needs a complete overhaul as needing a MutationObserver
for this use-case is too much.
Resolves: #105755
Related: #102415
Releases: main, 13.4
Change-Id: I5dc2766d7a3a960903493b66332e874ebf9d3650
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/87409
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Andreas Kienast <akienast@scripting-base.de>
Tested-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Andreas Kienast <akienast@scripting-base.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>1 parent e347dc7 commit 0205629
File tree
2 files changed
+21
-1
lines changed- Build/Sources/TypeScript/backend
- typo3/sysext/backend/Resources/Public/JavaScript
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
236 | 256 | | |
237 | 257 | | |
238 | 258 | | |
| |||
0 commit comments