Bug #56874
closedLoadingbar in IRRE will not be removed if using dots in field name
100%
Description
If you are using TCA fields with dots they will be escaped for element ids.
While using the "escapedObjectId" for adding the loading bar in function "expandCollapseRecord" (around line 80) the function "domAddRecordDetails" (around line 502) tries to use the unescaped ID for removing the bar.
So the loadingbar will keep showing up.
Located in file sysext/backend/Resources/Public/JavaScript/jsfunc.inline.js
This bug occurs with the current master@b4e6d23ebf3e489f21a5a7e4fd7e500b77558fd3.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New 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/28522
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28522
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28522
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28522
Updated by Daniel Alder over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1356c9d8244bfc5a7164fcf75e0fa8fbab78dbec.