Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2013-11-05 06:57:55

gazchap
New member
Registered: 2006-09-18
Posts: 4

IE9/10 issue with ExtendedFileManager/ImageManager: window.opener null

Hi guys,

When attempting to open the popup for EFM or ImageManager (or indeed any popup) in IE9 or 10, I get a JS error about not being able to reference the object 'Xinha' as it's null or undefined.

It points me to line 14 of popups/popup.js, which sets the Xinha variable to window.opener.Xinha - this seems to be undefined in IE9 and 10, despite there being Xinhas active in the parent window.

Any idea how to fix this?

Offline

#2 2014-01-16 16:39:24

andyk
New member
Registered: 2014-01-16
Posts: 3

Re: IE9/10 issue with ExtendedFileManager/ImageManager: window.opener null

You need to add the following to your pages that load the editor:

<meta http-equiv="X-UA-Compatible" content="IE=8,chrome=1">

It is broken in IE > 8 so we force the browser to go into version 8 compatibility mode

Offline

Board footer

Powered by FluxBB