Hello,
Not a very active forum is it... Maybe all the action is in the ticket system.
Anyway, I was hoping someone could tell me if setting a non default "config.dialog_backgroundCoverColor" is suppose to work at this point or not. I've tried rgb(#,#,#) and #000000 but neither of them have any effect. In the host page of the editor I use:
CKEDITOR.config.dialog_backgroundCoverColor = 'rgb(255, 0, 0)';
or
CKEDITOR.config.dialog_backgroundCoverColor = '#000000';
Most of my other custom config options work just fine when placing them here, but this one does not.
Thanks for any input,
Mike
Not a very active forum is it... Maybe all the action is in the ticket system.
Anyway, I was hoping someone could tell me if setting a non default "config.dialog_backgroundCoverColor" is suppose to work at this point or not. I've tried rgb(#,#,#) and #000000 but neither of them have any effect. In the host page of the editor I use:
CKEDITOR.config.dialog_backgroundCoverColor = 'rgb(255, 0, 0)';
or
CKEDITOR.config.dialog_backgroundCoverColor = '#000000';
Most of my other custom config options work just fine when placing them here, but this one does not.
Thanks for any input,
Mike
Re: config.dialog_backgroundCoverColor not working?
But it DOES NOT work in IE7 or IE8. I suppose I should report that in the Ticket system?
Re: config.dialog_backgroundCoverColor not working?
Yes, you should always go through the ticketing system to report bugs, not the forums. But I think you already did it, right? Check out:
http://dev.fckeditor.net/ticket/3717
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: config.dialog_backgroundCoverColor not working?
Hi Fred,
Thank you for your reply. Yes, I did go through and try posting a bug. I guess it worked
Keep up the great work. I'm looking forward to CKeditor!
Mike