In panels_ipe.css, the following code exists:

div.panels-ipe-handlebar-wrapper li.css a span {
  background-image: url(../images/icon-css.png);
}

Problem is, there is no icon-css.png file. Throws an error message in the browser. Anyone know what URL this is supposed to be, or is the file missing?

CommentFileSizeAuthor
#3 no_icon_css_png_file-2868593-3.patch586 bytesm.abdulqader

Comments

ron_s created an issue. See original summary.

ShannonMcG’s picture

I'm also seeing this issue.

I get a 404 error for sites/all/modules/contrib/panels/panels_ipe/images/icon-css.png every time I use the Panels IPE editor.

Looks to me like the icon-css.png image is missing.

m.abdulqader’s picture

StatusFileSize
new586 bytes

The same issue here, you should move the icon to images inside panel_ipe.

attached a patch.

Regards

littlecoding’s picture

Also have this issue in 7.x-3.9

littlecoding’s picture

Status: Active » Needs review
sgdev’s picture

Status: Needs review » Reviewed & tested by the community

Makes sense, works as expected.

damienmckenna’s picture

FYI #2900197: Wrong path to panels IPE icon-css.png file was opened as a duplicate and mqanneh provided a patch there, they should also be credited on the fix.

damienmckenna’s picture

joseph.olstad’s picture

retriggered tests

joelpittet’s picture

Status: Reviewed & tested by the community » Fixed

Thanks @m.abdulqader I've committed the patch for the next release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.