Opened 17 years ago

Closed 15 years ago

#1103 closed New Feature (fixed)

Make it possible to set panel height of the special combos with CSS

Reported by: Jon Håvard Gundersen Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: Confirmed Cc:

Description

It would have been nice if I could have set the max height of the various dropdown panels (like the format, style panels) with css applied to the SC_Panel class.

Currently the max height is set manual into fckspecialcombo.js at line 29 and this height will override the height set in css if the offsetHeight (height of elements) exceeds the maxHeight.

Maybe it could have been added a check to see if the height is set with css and then apply this as a maxheight, or the max height could be set with a configuration variable.

Change History (5)

comment:1 Changed 17 years ago by Jon Håvard Gundersen

Currently I override the FCKToolbarStyleCombo class with setting FCKToolbarStyleCombo.prototype.PanelMaxHeight = 200;

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Summary: Unable to set panel height of the special combo panel with cssMake it possible to set panel height of the special combos with CSS
Type: BugNew Feature

comment:3 Changed 16 years ago by Artur Formella

Keywords: Confirmed added

comment:4 Changed 16 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0

comment:5 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

Fixed with [3113].

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