Ticket #383 (closed Bug: invalid)

Opened 3 years ago

Last modified 3 years ago

Problem with toolbar css

Reported by: macadames Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Hi,

I think there is a problem with fckeditor stylesheet :

Very often, the style for body editor content is set with a minimal padding, this padding is necessary for a more readable content inside editor area. But if we set a padding for editor content, this padding is applied to combo menus (style & format menus). I think we need to force : style="margin:0!important; padding:0!important; border:none !important" for all combos menus otherwise we can get a bad design.

You can see an example (attached file) with a 10px padding

Many thanks ;-)

jean-mat

Attachments

screenshot_bug_css_combos.jpg Download (110.3 KB) - added by macadames 3 years ago.
broken combo menu example, when padding is set for content area

Change History

Changed 3 years ago by macadames

broken combo menu example, when padding is set for content area

Changed 3 years ago by fredck

Hi Jean-mat,

By default, the editor comes with the body element padding set to 5px, and we have no problems. So, I believe I'm having problems to reproduce it here (and you certainly have a problem, as the screenshot shows).

Can you explain us where and how to set the padding to be able to reproduce it?

Changed 3 years ago by macadames

hello Fred,

You're right, when setting a padding <= 5px the toolbar is good, but in Plone out of the box, the padding for content is set to 10px, so users have got the problem. I will add a css for editor_area to force a 5px padding.

Many thx :-)

Changed 3 years ago by fredck

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.