hi,
i am having very strange issue on IE (8, 7 for sure), on FF 3.x no problems at all. Currently I am migrating FCK to CK. My code of inserting the editor into a popup window.
This is loading office2003 skin with its background image, but kama skin missing the background image.
But my real headache is the custom image handling. I have reworked the page to use ckFuncNum to support CK: window.opener.CKEDITOR.tools.callFunction(<%=ckFuncNum%>, fileUrl); (original FCK was slightly different, as window.opener.SetUrl( fileUrl ) ).
The problem on IE, which popup up the window div window by ck to show file and paragraph things, by clicking on "Browser Server" to page NOT opened in a new popup window, it is simply overloading the existing ckeditor window, but on only on IE, and not on FF.
Any idea where can I set the target for a new popup?
many thanks in advance,
Zol
i am having very strange issue on IE (8, 7 for sure), on FF 3.x no problems at all. Currently I am migrating FCK to CK. My code of inserting the editor into a popup window.
<textarea id='editor1' name='editor1'>Some default text</textarea> <script type="text/javascript"> //<![CDATA[ CKEDITOR.replace( editor1', { basePath: '/scripts/ckeditor', skin : 'kama', height: '450px', toolbar : [ ['Source','-','Save','NewPage','Preview','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteFromWord','-'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], '/', ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Link','Unlink','Anchor'], ['Image','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'], '/', ['Format','Font','FontSize'], ['TextColor','BGColor'], ['Maximize', 'ShowBlocks','-','About'] ], filebrowserBrowseUrl: '/manageImages.jsp?article=12', filebrowserWindowWidth : '650', filebrowserWindowHeight : '650' } ); //]]> </script>
This is loading office2003 skin with its background image, but kama skin missing the background image.
But my real headache is the custom image handling. I have reworked the page to use ckFuncNum to support CK: window.opener.CKEDITOR.tools.callFunction(<%=ckFuncNum%>, fileUrl); (original FCK was slightly different, as window.opener.SetUrl( fileUrl ) ).
The problem on IE, which popup up the window div window by ck to show file and paragraph things, by clicking on "Browser Server" to page NOT opened in a new popup window, it is simply overloading the existing ckeditor window, but on only on IE, and not on FF.
Any idea where can I set the target for a new popup?
many thanks in advance,
Zol