Closed Bug 607759 Opened 14 years ago Closed 14 years ago

Extraneous GET request for a missing image (ui-bg_flat_75_ffffff_40x100.png)

Categories

(Input :: General, defect)

defect
Not set
minor

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stephend, Assigned: wenzel)

References

()

Details

According to Firefox 4's spiffy new Web Console, we're doing a GET request for an image that doesn't exist:

14:23:32.458: Network: GET http://input.stage.mozilla.com/media/css/images/ui-bg_flat_75_ffffff_40x100.png [HTTP/1.1 404 Not Found 9ms]
Thanks! That smells like something in the jquery-ui code. I'll check.
The images/ directory was in a different location than the minified CSS expected it to be. Great catch, Stephen.

http://github.com/fwenzel/reporter/commit/d6b3cd8
Assignee: nobody → fwenzel
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.0
Now, the requested url is:
GET  http://input.stage.mozilla.com/media/img/jq-ui/ui-bg_flat_75_ffffff_40x100.png
which gives HTTP 304

Verified, FIXED.
Status: RESOLVED → VERIFIED
Component: Input → General
Product: Webtools → Input
You need to log in before you can comment on or make changes to this bug.