It's the first time I encounter this and it happens on every page on a website I recently designed and decided to add on page editing capabilities but as I was testing it, something weird is happening:
When I click on the Change Image button it does open the Popup, it allows me to upload images and everything but the thing is when I click the image after uploading, it doesn't select it. It does nothing...just stays like that.
From the admin panel it allows me to select the image and I can change the text, so selecting the image is the only problem.

PS:
The console log give me
admin/includes/fileuploader/browser/js/fckxml.js:97 - The provided value 'msxml-document' is not a valid enum value of type XMLHttpRequestResponseType.
and..
admin/includes/fileuploader/browser/frmresourceslist.html:110 - Uncaught TypeError: window.top.k_browse_result is not a function
When I click on the Change Image button it does open the Popup, it allows me to upload images and everything but the thing is when I click the image after uploading, it doesn't select it. It does nothing...just stays like that.
From the admin panel it allows me to select the image and I can change the text, so selecting the image is the only problem.
- Code: Select all
<cms:editable type='image' name='about_image' label='Photo' desc='' crop='1' width='450' height='600' show_preview='1' preview_width='200' order='3' />
<img class="building" src="<cms:show about_image />" alt="<cms:show about_title />" />
<cms:popup_edit 'about_image' link_text='Change Image'/>

PS:
The console log give me
admin/includes/fileuploader/browser/js/fckxml.js:97 - The provided value 'msxml-document' is not a valid enum value of type XMLHttpRequestResponseType.
and..
admin/includes/fileuploader/browser/frmresourceslist.html:110 - Uncaught TypeError: window.top.k_browse_result is not a function