Whenever I click/drag the resize widget to make the CKEditor area larger, the whole CKEditor area widens to go beyond the edge of the div in which it's contained, and the resize widget is moved behind the sidebar (on two different sites).

Plus, I can only make the box taller or shorter; I can't make it wider or narrower (that's okay... but once I resize it, content goes behind the sidebar).

I'm using Safari 4.0; haven't tested in FireFox or IE.

Comments

Tarsjusz’s picture

I do confirm on FF 3.0.6

wwalc’s picture

Status: Active » Fixed

Fixed in CVS.

Add this to ckeditor.config.js:

  // The minimum editor width, in pixels, when resizing it with the resize handle.
  config.resize_minWidth = 450;

Let me know if that worked out.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.