Opened 12 years ago

Last modified 11 years ago

#10762 closed Bug

IE - preview displays JS code in URL bar — at Version 3

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone: CKEditor 4.3.2
Component: General Version: 4.1.2
Keywords: IE Cc:

Description (last modified by Jakub Ś)

I was able to reproduce this on IE8-10.

Problem has started occurring in version 4.1.2. When you press preview button (use replacebycode.html) you get instead of about:blank in URL bar, something like below:

javascript:void( (function(){document.open();(function(){for(var a;;)try{a=window.window.opener.document.domain;break}catch(b){a=a?a.replace(/.+?(?:\.|$)/,""):document.domain;if(!a)break;document.domain=a}return!!a})();document.write( window.opener._cke_htmlToLoad );document.close();window.opener._cke_htmlToLoad = null;})() )

Page is still displayed but this URL looks ugly. Additionally this causes preview plugin not working in git version because besides code there are also comments which seem to break URL - Ie can't read it and page isn't displayed.

Change History (3)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 12 years ago by Jakub Ś

Only IE11 seems to work fine here. It displays URL like http://localhost:9999/ckeditor-git/plugins/preview/preview.html

Last edited 12 years ago by Jakub Ś (previous) (diff)

comment:3 Changed 12 years ago by Jakub Ś

Description: modified (diff)
Summary: IE - preview is not working.IE - preview displays JS code in URL bar
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy