I'm having issues with EPiImage in IE8. I get script errors in Edit Mode. It crashes on line 83 in EPiImagePropertyEditMode.js which is:
$(descID).dialog('open');
The error says "Object doesnt support this property or method". The problem seems to be that it can't find jQuery UI (that has the dialog method) but it works in all other browsers which is weird.
Hi.
I'm having issues with EPiImage in IE8. I get script errors in Edit Mode. It crashes on line 83 in EPiImagePropertyEditMode.js which is:
$(descID).dialog('open');
The error says "Object doesnt support this property or method". The problem seems to be that it can't find jQuery UI (that has the dialog method) but it works in all other browsers which is weird.
Anyone that might have a clue?