graph for weather widget on google.com no longer works
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox119 | --- | unaffected |
firefox120 | --- | disabled |
firefox121 | - | disabled |
firefox122 | --- | affected |
People
(Reporter: mccr8, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Steps to reproduce:
- Go to google.com
- Search for "weather". This will display a little widget with information about the local weather.
- Click on a different day in the bottom segment (like for Thursday or Friday).
Expected behavior:
The graph in the middle section of the widget, which shows things like how temperature or precipitation is expected to change over the course of the day, should change to reflect the prediction for the new day you selected.
Actual behavior:
The graph does not change when a different day is selected. The summary information in the top third of the widget does change as expected.
This used to work in Firefox, but I noticed it stopped working in the last week or two. I'm using Firefox Nightly. This works as expected in Chrome and Safari.
Reporter | ||
Comment 1•1 year ago
|
||
[Tracking Requested - why for this release]: regression in Google.com. I'm not sure if this is a website issue or a Firefox issue, but I'm guessing it is Firefox.
Reporter | ||
Comment 2•1 year ago
|
||
[Tracking Requested - why for this release]: see above
I'm currently running mozregression, but it looks like 120 is affected, too.
Reporter | ||
Comment 3•1 year ago
|
||
I've gotten it down to this regression range. I'll try to look at it some more later.
Reporter | ||
Comment 4•1 year ago
|
||
I couldn't get the builds in that range to actually load Google for whatever reason.
Emilio, do any of your patches in the range look like they could be the cause here? The majority of the non-test patches landed in the range in comment 3 look like they are from you. Thanks.
Comment 5•1 year ago
•
|
||
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=afe375a5bb0a870f7283fc330c2dc8c8bd2ee965&tochange=793a305aa0628613e6681be3a57c4b089fdecf4c
This only be affected to Nightly build.
Updated•1 year ago
|
Comment 6•1 year ago
|
||
Google doing bad UA sniffing too :'(
layout.css.prefixes.transforms=true fixes it.
Reporter | ||
Comment 7•1 year ago
|
||
Comment 8•1 year ago
|
||
Set release status flags based on info from the regressing bug 1855763
Comment 9•1 year ago
|
||
I don't think this needs to be tracked if it's a Nightly-only issue. Emilio, is there a bug we can hang this off for blocking letting the feature ride the trains?
Comment 10•1 year ago
|
||
There is a report about another google feature (sports leagues standings) broken because of -moz-transform removal. It also depends on UA detection, linking it here for visibility.
Comment 11•1 year ago
|
||
FWIW bug 1865332 should fix all these, but it'd be good to test once that's in, and of course getting them fixed on their end if possible.
Comment 12•1 year ago
|
||
Set release status flags based on info from the regressing bug 1855763
Updated•1 year ago
|
Comment 13•1 year ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #11)
FWIW bug 1865332 should fix all these, but it'd be good to test once that's in, and of course getting them fixed on their end if possible.
I can repro the issue described in comment 0 and linked in comment 10, in older builds (a week or so back).
Both of them are fine in current Nightly, no issues.
Fix range: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ffdf085e5e3ca95d10e929d78a0b119dc5fc2cbc&tochange=de35cb5de97565935b503eade2990b5c385c7293
which is just bug 1865332, the bug that we were hoping would fix this.
So I think we can close as a dupe.
Description
•