Enonic version: 7.2.0
OS: Windows 10
Browser: Chrome
CS: 2.3.0
Hi!
We have an issue when selecting an image into imageSelector
. Steps to reproduce:
- Setup two sites(different locales).
- Create a content type, which has
imageSelector
. - Upload an image to it.
- Create content type under another site.
- Duplicate the image and move it under content under different site.
- Try to select it in
imageSelector
.
Works perfect when tried in FF or when uploading a new image.
Here is the log:
Uncaught RangeError: Maximum call stack size exceeded at String.replace (<anonymous>) at V (_all.js:2984) at Function.css (_all.js:2984) at et (_all.js:2984) at Object.set (_all.js:2984) at Function.style (_all.js:2984) at _all.js:2984 at _ (_all.js:2984) at k.fn.init.k.fn.<computed> [as outerWidth] (_all.js:2984) at applyColumnHeaderWidths (_all.js:14272) _all.js:2984 Uncaught RangeError: Maximum call stack size exceeded at String.replace (<anonymous>) at V (_all.js:2984) at Function.style (_all.js:2984) at _all.js:2984 at _ (_all.js:2984) at k.fn.init.k.fn.<computed> [as outerWidth] (_all.js:2984) at applyColumnHeaderWidths (_all.js:14272) at autosizeColumns (_all.js:14215) at resizeCanvas (_all.js:15151) at updateRowCount (_all.js:15249)
This happens at the same computer, where happens this issue and I am not able to reproduce it myself.
Could there be some problems with Chrome setup?