Actions
Bug #85000
closedCannot add image using element browser
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-05-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps¶
- backend, edit tt_content in FormEngine of type text/image
- open add new image dialog
- after selecting image (SVG in this case) console error is shown
Misbehavior¶
Console error Uncaught TypeError: Cannot read property 'data-52-tt_content-472-image-sys_file_reference' of undefined
Refers to jsfunc.inline.js
in method getContext: function(objectId)
Updated by Christian Kuhn over 6 years ago
unable to reproduce, works for me with .svg as well. maybe not running current master? we had a patch with double-loading the js file (yesterday?).
Updated by Oliver Hader over 6 years ago
Thanks for notice. Master was up to date, however some strange browser caching behavior - which is odd, when caches are disable on client side. Completely removing every local cache, storage, index-db, etc. "solved" the issue.
Actions