Closed Bug 783860 Opened 12 years ago Closed 12 years ago

In wiki-min.css an image link leads to a 404

Categories

(developer.mozilla.org Graveyard :: Editing, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: teoli, Unassigned)

References

Details

Not only the image is not fetched and a visual glitch happens, but also the 404 takes about 0.7s and is never cached, so that means it happens on each load of an $edit page. This happen only on a Kuma editor page like: https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_transitions$edit The wrong rule is: .ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222;} I've tried to locate the images (other are of the form "../img/") without success.
Commits pushed to master at https://github.com/mozilla/kuma https://github.com/mozilla/kuma/commit/ff034009f51425571c141a42a390d60378a69612 fix bug 783860 - remove broken image reference https://github.com/mozilla/kuma/commit/71fa82a38dcffffeb88c25293f8a854085ce4843 Merge pull request #537 from darkwing/broken-image-783860 fix bug 783860 - remove broken image reference
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
[14:56:44.310] GET https://developer.allizom.org/media/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [HTTP/1.1 404 Not Found 24ms] is still missing. even after clearing my cache
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
I confirm what :retornam see. What is strange is that this request didn't happen before. Maybe the fix un-hid it?
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Version: Kuma → unspecified
Component: Docs Platform → Editing
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.