Open flack opened 12 years ago
in themes/create-ui/css/create-ui.css, there are a number of references to image files which do not exist, at least not in this repo:
At least some of them are actually in use, i.e. the browser tries to load them, which leads to 404s from the backend.
Here's a backtrace for one image load:
GET http://dev-ccb/midcom-static/openpsa.createphp/themes/create-ui/css/images/divider.png 404 (Not Found) jquery-1.8.2.min.js:2 a.getComputedStyle.bH jquery-1.8.2.min.js:2 p.extend.css jquery-1.8.2.min.js:2 p.fn.extend.position jquery-1.8.2.min.js:2 e.fn.position jquery.ui.position.min.js:5 e.uiBackCompat.e.fn.position jquery.ui.position.min.js:5 a.widget._handleTabs hallo-min.js:7 p.event.dispatch jquery-1.8.2.min.js:2 p.event.add.g.handle.h jquery-1.8.2.min.js:2 p.event.trigger jquery-1.8.2.min.js:2 p.fn.extend.trigger jquery-1.8.2.min.js:2 p.extend.each jquery-1.8.2.min.js:2 p.fn.p.each jquery-1.8.2.min.js:2 p.fn.extend.trigger jquery-1.8.2.min.js:2 p.each.p.fn.(anonymous function) jquery-1.8.2.min.js:2 a.widget._handleTabs hallo-min.js:7 e.widget.e.widget.extend.widgetEventPrefix jquery.ui.widget.min.js:5 a.widget.populateToolbar hallo-min.js:7 e.widget.e.widget.extend.widgetEventPrefix jquery.ui.widget.min.js:5 (anonymous function) jquery.ui.widget.min.js:5 p.extend.each jquery-1.8.2.min.js:2 p.fn.p.each jquery-1.8.2.min.js:2 e.widget.bridge.e.fn.(anonymous function) jquery.ui.widget.min.js:5 a.widget._prepareToolbar hallo-min.js:7 e.widget.e.widget.extend.widgetEventPrefix jquery.ui.widget.min.js:5 (anonymous function) hallo-min.js:7 p.fn.extend.on.e jquery-1.8.2.min.js:2 p.event.dispatch jquery-1.8.2.min.js:2 p.event.add.g.handle.h jquery-1.8.2.min.js:2 p.event.trigger jquery-1.8.2.min.js:2 p.fn.extend.trigger jquery-1.8.2.min.js:2 p.extend.each jquery-1.8.2.min.js:2 p.fn.p.each jquery-1.8.2.min.js:2 p.fn.extend.trigger jquery-1.8.2.min.js:2 e.Widget._trigger jquery.ui.widget.min.js:5 a.widget.turnOn hallo-min.js:7 e.widget.e.widget.extend.widgetEventPrefix jquery.ui.widget.min.js:5 a.widget._activated hallo-min.js:7 e.widget.e.widget.extend.widgetEventPrefix jquery.ui.widget.min.js:5 p.event.dispatch jquery-1.8.2.min.js:2 p.event.add.g.handle.h jquery-1.8.2.min.js:2
I've pinged @Wirta, who made the Create CSS, about this.
in themes/create-ui/css/create-ui.css, there are a number of references to image files which do not exist, at least not in this repo:
At least some of them are actually in use, i.e. the browser tries to load them, which leads to 404s from the backend.
Here's a backtrace for one image load: