Closed (won't fix)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.3
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2011 at 15:52 UTC
Updated:
15 Sep 2011 at 10:00 UTC
This is a very small and not really important issue but it would be good to fix this whenever it's possible.
When CKEditor appear, select-boxes (Format, Font & Size) display not properly (attach current-view.png). But if we gonna add the following code ...
.cke_openbutton {
height: 20px !important;
}
... into ckeditor.css or add height: 20px !important; to any/all CKEditor css theme files where .cke_openbutton class appers, then those select-boxes would look better (attach better-view.png)
| Comment | File | Size | Author |
|---|---|---|---|
| better-view.png | 871 bytes | Vlad Stratulat | |
| current-view.png | 845 bytes | Vlad Stratulat |
Comments
Comment #1
mkesicki commentedOk, thx for post. Have you tired your setting with other CKEditor skins ? There are 3 built in skins : Kama ,Office2003 and V2. Please check this an give us a note.
Comment #2
Vlad Stratulat commentedHey, good that you asked about other CKEditor skins, because my settings would broke Kama & Office2003.
I thought it's a module's visual bug, but after i figured out that it's library's bug which appear even here http://ckeditor.com/demo (Skins tab).
I think I'll write to CKEditor's staff and propose to them to make these changes.
But if someone from Drupal users would like to change this in their site, just add the following styles in
sites/all/modules/ckeditor/ckeditor.cssfile.I'm closing this issues because it's not module's bug. Sorry for that =)
Comment #2.0
Vlad Stratulat commentedfixed text