Opened 13 years ago

Closed 12 years ago

#7040 closed Bug (expired)

FF3: office2003 skin toolbar buttons and pulldowns selection area shown half height

Reported by: Paul Veldema Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version: 3.5.1
Keywords: Firefox Cc:

Description

A picture is worth a 1000 words, see the attached file (jpg)

I adjusted the height of the following in ckeditor/skins/office2003/editor.css to correct this for us. However, it would be nice if it showed correctly out of the box instead of having to fix it with every new version of ckeditor.

IE7 and IE8 show the heights correctly.

Attachments (1)

ckeditor toolbar css problem firefox 3.6.13.JPG (15.9 KB) - added by Paul Veldema 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by Paul Veldema

comment:1 Changed 13 years ago by Sa'ar Zac Elias

Keywords: jsp css removed
Status: newpending

Can you attach a sample page in which we can reproduce the bug? I'm unable to reproduce it using the samples.

comment:2 Changed 13 years ago by Wiktor Walc

Please try one of our samples attached with CKEditor in the _samples folder (_samples/skins.html for example). I assume that office2003 skin will work fine there.

Please start adding CSS styles from your page to this sample HTML file (skins.html). Once you find out which CSS file is causing it, please attach it to this ticket.

comment:3 in reply to:  2 Changed 13 years ago by Paul Veldema

Replying to wwalc:

Please try one of our samples attached with CKEditor in the _samples folder (_samples/skins.html for example). I assume that office2003 skin will work fine there.

Please start adding CSS styles from your page to this sample HTML file (skins.html). Once you find out which CSS file is causing it, please attach it to this ticket.

Yes, the sample works fine.

I tried for an hour to identify all the css generating script and css involved. Alas it took too much time to create a test case separate from our code base to demonstrate the root cause.

Now instead of editing the editor.css we have put the changes in a separate css file and included that outside of the ckeditor source. This solved the update problem for us.

The css in the file:

.cke_skin_office2003 span.cke_rcombo .cke_text {

height: 22px;

}

.cke_skin_office2003 span.cke_toolgroup .cke_button a,.cke_skin_office2003 .cke_button a:hover,.cke_skin_office2003 .cke_button a:focus,.cke_skin_office2003 .cke_button a:active,.cke_skin_office2003 .cke_button a.cke_off {

height: 22px;

}

I hope the above profides enough info. Otherwise this bug can be closed.

comment:4 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed

In order to reprduce the bug we need CSS rule which breaks CKEditor and not the one which soled your problem.

Closig the issue as expired.

@pauljvrw if you provide CSS rule which is causing the problem I will reopen this ticket.

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