I recently update my CKEditor to 4.0.0.769d96134b, but found that in Chrome the icons didn't show correctly, they just listed in a single line...

Here is my version:

Chrome : Version 21.0.1180.57

WYSIWYG : 7.x-2.2+7-dev

CKEditor : 4.0.0.769d96134b

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eflage’s picture

I'm having the same issue. Subscribing.

kpyan8s’s picture

Status: Active » Closed (fixed)

With update to 4.01, this issue is fixed

decibel.places’s picture

Status: Closed (fixed) » Active
FileSize
14.44 KB
10.14 KB

reopening because the button icons are not displaying correctly in Chromium (Linux distro of Chrome)

CKEditor: Version 4.2 Full
wysiwyg: 7.x-2.2+23-dev (note: 7.x-2.2 does not recognize CKEditor library)
browser: Chromium Version 28.0.1500.71 Ubuntu 13.04 (28.0.1500.71-0ubuntu1.13.04.1)

Firefox:

Chromium

also some icons are misplaced in Chromium, for example I am not enabling spellcheck

[EDIT]

I had the issue on my local dev environment (Ubuntu LAMP)

When I pushed code to remote site with Git and synced db + files... the icons appeared in the same Chromium browser... hmmm... wtf? I don't think it's permissions, the icons are in two single sprite images

TwoD’s picture

I'm on the same stack, and I'm working on correcting issues like that (in paralell with a lot of other annoying stuff). The buttons-go-off-screen-issues will be solved once button-sorting is completely implemented. (There's an old issue about it somewhere, and a testing branch called sort_buttons - it's a bit behind on d.o still, but I've recently merged in the latest changes from 7.x-2.x locally so I'll push that up to d.o ASAP.) Until then, there's an extra Appearance-setting for CKEditor which tells it to use the default button grouping, which fixes issues like this.

As for missing icons, that looks like a possible cache issue?

decibel.places’s picture

Default grouping has the same problem:

I cleared Drupal caches and browser caches.

conniemh’s picture

Was this ever resolved? The same issue seems to be appearing in FF too. However, the icons show up in IE 8+ and Safari.
Thanks,
Connie

decibel.places’s picture

Connie,

I had to install the official Chrome for Linux package from Google, instead of the Chromium browser.

There are many other items that Chromium renders differently than Chrome.

Using Chrome as primary browser now, bye-bye Chromium.

unclejustin’s picture

Just want to throw my hat in here that this also happens to me in Safari 7.0, works fine in Firefox.

TwoD’s picture

That's strange, I use Chromium from the Ubuntu repositories and it works fine.

Pete B’s picture

Issue summary: View changes

I wasn't able to test on Chromium, but it works fine in Safari 7.0.3 with ckeditor 4.4.0.

I suspect these are CKEditor CSS issues rather that wysiwyg issues? I think this should be closed.

TwoD’s picture

Status: Active » Closed (cannot reproduce)

Yeah, this looks like an internal CKEditor problem. Wysiwyg just says which buttons to put in the toolbar and does not have anything to do with how they are rendered or which icons to use.

Also, I can't reproduce this with the latest CKEditor 4 version, so maybe they worked it out?

(The all problems with all buttons on a single row will be worked out soon.)