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?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | no_icon_css_png_file-2868593-3.patch | 586 bytes | m.abdulqader |
Comments
Comment #2
ShannonMcG commentedI'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.
Comment #3
m.abdulqader commentedThe same issue here, you should move the icon to images inside panel_ipe.
attached a patch.
Regards
Comment #4
littlecodingAlso have this issue in 7.x-3.9
Comment #5
littlecodingComment #6
sgdev commentedMakes sense, works as expected.
Comment #7
damienmckennaFYI #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.
Comment #8
damienmckennaComment #9
damienmckennaComment #10
joseph.olstadretriggered tests
Comment #12
joelpittetThanks @m.abdulqader I've committed the patch for the next release.