Opened 12 years ago

Closed 11 years ago

#9880 closed Bug (expired)

Width of toolbar

Reported by: frattaro Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version: 4.0.1
Keywords: Cc:

Description

The CKEditor toolbar width is less than 100% width if the css manipulates the font-size by a percentage, I think. My situation was a series of font-size manipulations (body: 62.5% > div container: 1.5em > div container: 1em!important > ckeditor)

The fix should be something as simple as adding font-size:100% to the cke-reset class. I fixed it by wrapping the ckeditor instance in a <p style="font-size:100%;">

Thanks for the awesome product.

Change History (3)

comment:1 Changed 12 years ago by frattaro

Component: GeneralUI : Toolbar
Version: 4.0.1 (GitHub - master)

comment:2 Changed 12 years ago by Jakub Ś

Status: newpending

Could you provide us with reduced sample files with CSS that shows this problem (Something like ckeditor/samples/replacebycode.html sample plus some CSS)?

That way we will be able to determine if this is CKEditor problem or just custom modification that can be taken care of by user only.

comment:3 Changed 11 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