Opened 16 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 16 years ago by
comment:2 Changed 16 years ago by
Summary: | Unable to set panel height of the special combo panel with css → Make it possible to set panel height of the special combos with CSS |
---|---|
Type: | Bug → New Feature |
comment:3 Changed 15 years ago by
Keywords: | Confirmed added |
---|
comment:4 Changed 15 years ago by
Milestone: | → CKEditor 3.0 |
---|
Currently I override the FCKToolbarStyleCombo class with setting FCKToolbarStyleCombo.prototype.PanelMaxHeight = 200;