Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2013 at 06:41 UTC
Updated:
4 May 2013 at 07:31 UTC
I've tried adding custom config settings in various places but CKEditor doesn't seem to be using them.
I've tried to add the following:
config.allowedContent = true;
config.filebrowserWindowHeight = 1000;
config.filebrowserWindowHeight = 700;
config.filebrowserWindowFeatures = 'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=no,scrollbars=no';
And I added these to the various documented places without success:
Cache has been cleared.
Comments
Comment #1
inteja commentedSorry just realised my stupid mistake - trying to set filebrowserWindowHeight twice instead of filebrowserWindowWidth. Doh! Closing.