climate.rutgers.edu - Snow cover images are missing
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Webcompat Priority:P2, Webcompat Score:6, firefox-esr115 disabled, firefox-esr128 affected, firefox134 wontfix, firefox135 wontfix, firefox136 wontfix)
People
(Reporter: ctanase, Assigned: twisniewski)
References
(Regression, )
Details
(5 keywords, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:site-broken configuration:general affects:all branch:release outreach-assignee::emilio outreach-contact-date:2025-01-14 user-impact-score:200
Attachments
(3 files)
Environment:
Operating system: Windows 10
Firefox version: Firefox 133.0/134/136
Steps to reproduce:
- Go to https://climate.rutgers.edu/snowcover/index.php
- Observe the images below the header.
Expected Behavior:
The snow cover images are displayed.
Actual Behavior:
The snow cover images are missing.
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/145677
Reporter | ||
Updated•1 month ago
|
Reporter | ||
Comment 1•1 month ago
|
||
Comment 2•1 month ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
![]() |
||
Comment 3•1 month ago
|
||
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b8f06acca6bf62e32647496ed613012fa4c27e9e&tochange=f8fa7749f7bdc93fa3491918a4e8b0fb4db659eb
Workaround:
Remove the following “width: 100%;” from https://climate.rutgers.edu/snowcover/lib/css/gslStyles.css.
.u--svg-inside {
& object {
width: 100%;
// Optional: ;
}
}
Looks more like a %size layout bug than a CSS interpretation.
Comment 4•1 month ago
|
||
Set release status flags based on info from the regressing bug 1835066
:emilio, since you are the author of the regressor, bug 1835066, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 5•1 month ago
|
||
Yeah, so... The root cause seems to be that the SVG they generate contains a broken viewbox
attribute (it should be viewBox
), and Chrome seems to fall back to the 300x150px default intrinsic size rather than 0.
So this is kind of bug 1935269 / https://issues.chromium.org/issues/41357911
Comment 6•1 month ago
|
||
I contacted them to the email in https://njedl.rutgers.edu/organization/rutgers-university-global-snow-lab
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Comment 7•12 days ago
|
||
Updated•12 days ago
|
Comment 9•11 days ago
|
||
bugherder |
Assignee | ||
Updated•10 days ago
|
Assignee | ||
Updated•10 days ago
|
Description
•