Actions
Bug #56874
closedLoadingbar in IRRE will not be removed if using dots in field name
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
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.
Actions