Closed (fixed)
Project:
Panels
Version:
6.x-3.7
Component:
In-Place Editor (IPE)
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2010 at 20:04 UTC
Updated:
24 Aug 2010 at 20:20 UTC
Minor thing:
In panels/panels_ipe/css/panels_ipe.css at line 73:
div.panels-ipe-draghandle {
background: #898AAB url(images/dragger.png) top right no-repeat;
cursor: move;
height: 24px;
}
The path for the dragger.png is incorrect, this makes it look for the image in "panels/panels_ipe/css/images" when the image in "panels/panels_ipe/images". If you add "../" in front of the path (so "url(../images/dragger.png)") it works correctly.
Comments
Comment #1
merlinofchaos commentedFixed. Thanks for the report!