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)
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.
Comment 1•12 years ago
|
||
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
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
[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 → ---
Reporter | ||
Comment 3•12 years ago
|
||
I confirm what :retornam see. What is strange is that this request didn't happen before. Maybe the fix un-hid it?
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/de543b748c1c3b31b8e8341e05bf7cac88a0cb0c
fix bug 783860 - another broken image
https://github.com/mozilla/kuma/commit/39dcbcf7ef213b01ceb20d229713d34e7c785986
Merge pull request #541 from darkwing/image-783860
fix bug 783860 - another broken image
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
verified fixed https://developer.allizom.org/en-US/
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•12 years ago
|
Version: Kuma → unspecified
Assignee | ||
Updated•12 years ago
|
Component: Docs Platform → Editing
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•