Opened 12 years ago

Closed 12 years ago

#8776 closed Bug (expired)

config.width = '100%' not working on IE7 and IE8

Reported by: Marco Demaio Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.2
Keywords: Cc:

Description

When setting:

config.width = '100%'

on IE7 and IE8 it shows up the following issues:

  • When using kama skin, the editor overflows its container by some pixels (I would say 10/15 px, anyway it's clearly visible and ugly).
  • When using v2 or office2003 skins the width of the editor remains fixed and does NOT enlarge to container width.

Change History (3)

comment:1 Changed 12 years ago by Marco Demaio

TEMPORARY SOLUTION FOR KAMA SKIN ONLY (no solution yet for v3 and office2003 skins)

Change in ckeditor/skins/kama/editor.css file the following:

span.cke_skin_kama{...border:1px solid #D3D3D3;padding:5px;}

into this:

span.cke_skin_kama{...border:0px solid #D3D3D3;padding:0px;}

comment:2 Changed 12 years ago by Jakub Ś

Status: newpending

I have just checked your problem in freshly downloaded CKEditor.

No such issue occurs. There is no overflowing effect. I assume it has more to do with styles you use in your application/page than with CKEditor's width option.

Could you send us sample page with styles that cause CKEditor to behave like that?

Perhaps your issue is the same as the one mentioned here: #8507 ?

comment:3 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy