Hi. I am using latest Drupal 7.22 and latest dev of Wysiwyg and I just noticed that there were no alignment buttons in the toolbar of CKEditor 3 (it is ticked in the Wysiwyg profile) so I thought maybe I should try to upgrade to latest CKEditor. So there's what I get:
CKEditor 4 Toolbar

CommentFileSizeAuthor
#2 half-way-fixed.jpg43.9 KBmatas.k
ckeditor4-toolbar.jpg230.58 KBmatas.k

Comments

twod’s picture

Looks like CKEeditor failed to load the button images. Have you tried clearing the browser cache?

matas.k’s picture

StatusFileSize
new43.9 KB

Oh come on. Of course I tried. I tested all CKEditor version from latest to previous version in a row and seems like version 4.0.3.0eafb700 fixes half of the problem (it's still missing half of the buttons like arranging the text and etc.):
Half way fixed
(And yes, I have ticked all buttons in the profile)

twod’s picture

Sorry, had to ask since many of our users don't even try that, and it helps when less experience users find issues and try to determine if they are having the same problem. I also have to ask if you downloaded the "Full" CKEditor 4 package? The "Basic" and "Standard" ones do not actually include all plugins supported by Wysiwyg. I've not had time to include checks for this and hide buttons for unavailable plugins, so ther's only a note in the installation instructions on the profile overview page so far.

There's a known issue with Wysiwyg currently placing all buttons in the same toolbar group, which may push some of the buttons off the screen. That does not seem to be an issue here though since none of them are partially visible. Just to be sure, try the "Use default toolbar button grouping" checkbox under "Editor appearance" (available in the latest -dev snapshots only).
Making buttons sortable/groupable is currently being worked on in a different issue, and I could use a lot more testers in there if you're able to help.

matas.k’s picture

Status: Active » Closed (fixed)

I deleted module dir and library, cleared caches and installed latest dev with latest full version of CKEditor 4.1.1 and seems like problems are all solves. I still don't get it what was the problem.