#3717: config.dialog_backgroundCoverColor does not work in IE7 or IE8
--------------------------+-------------------------------------------------
 Reporter:  mrceolla2     |       Owner:                
     Type:  Bug           |      Status:  new           
 Priority:  Normal        |   Milestone:  CKEditor 3.0  
Component:  UI : Dialogs  |     Version:  SVN (CKEditor)
 Keywords:                |  
--------------------------+-------------------------------------------------
 This is my first bug report for this project.  Please let me know if I am
 doing anything incorrectly.

 I have set a custom dialog_backgroundCoverColor in the editor host page
 before calling CKEDITOR.replace.  It works correctly in FF3 but it does
 not work on IE7 or IE8 with compatibility mode on and off.  Here is my
 script block inside an ASP page:

 <script type="text/javascript">
    //CKEDITOR.config.toolbarLocation = 'Out:xToolbar';
    CKEDITOR.config.height = '800px';
    CKEDITOR.config.dialog_backgroundCoverColor = 'rgb(255, 0, 0)';
    CKEDITOR.config.contentsCss = '../<%=folder%>style.css';
    CKEDITOR.config.skin = 'office2003';
    CKEDITOR.config.toolbar =
    [
         ['Source','-','Save','NewPage','Preview','-','Templates'],
         ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print',
 'SpellChecker','Scayt'],
 ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
 //      ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select',
 'Button', 'ImageButton', 'HiddenField'],
         '/',
 ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
 ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
         ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
         ['Link','Unlink','Anchor'],
 ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
         '/',
         ['Styles','Format','Font','FontSize'],
         ['TextColor','BGColor'],
         ['Maximize','ShowBlocks','-','About']
    ];
         CKEDITOR.replace( 'editleftcol',
         {
         filebrowser_browse_url :
 '/editor/ckfinder/ckfinder.html?action=js&func=SetUrl&thumbFunc=SetUrl',
         filebrowser_image_browse_url :
 
'/editor/ckfinder/ckfinder.html?action=js&func=SetUrl&thumbFunc=SetUrl&Type=Images',
         filebrowser_flash_browse_url :
 
'/editor/ckfinder/ckfinder.html?action=js&func=SetUrl&thumbFunc=SetUrl&Type=Flash',
         filebrowser_upload_url :
 
'/editor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
         filebrowser_image_upload_url :
 
'/editor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images',
         filebrowser_flash_upload_url :
 
'/editor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'
    });
         CKEDITOR.replace( 'editrightcol');
 </script>

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3717>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to