Sorry quicksketch, but I have another weird problem for you. This is a different site than #2036405: Question mark icons show up for buttons that should not exist, but it seems similarly strange.

I started off with the recommended releases of both wysiwyg_ckeditor and wysiwyg. Except for wysiwyg occasionally disappearing, I didn't have any problems. I just updated to Drupal 7.23, and now the background images on the buttons are off. The style is repeated inline on the element as well as in the CSS. Disabling the CSS style makes the background image correctly appear.

wysiwyg-ckeditor-weirdness.jpg

  • The inline css was looking at sites/all/modules/wysiwyg_ckeditor/lib/ckeditor/plugins/icons.png. This appears to be the correct one.
  • The css file was looking at sites/all/modules/wysiwyg_ckeditor/lib/ckeditor/skins/moono/icons.png. This appears to have black boxes between the images.

To debug, I uninstalled both wysiwyg and wysiwyg_ckeditor, and installled them over again. I also tried the dev versions rather than recommended releases. This error was still there, but I could not recreate this on simplytest.me. Weird, eh?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

davidneedham’s picture

Title: Button background images misaligned after updating to Drupal 7.23 » Buttons using wrong icons.png after updating to Drupal 7.23
davidneedham’s picture

To make this even stranger, if I navigate to the icons.png the css file is looking for, it looks identical to the icons.png that the inline css is looking for. Only in the browser does it seem to have the black boxes you see in the attached image.

davidneedham’s picture

Status: Active » Closed (cannot reproduce)

After clearing my browser cache the images seem to be working correctly. This still seems like a really bizarre problem, but hopefully this helps someone else.