Closed Bug 1861828 Opened 2 years ago Closed 2 years ago

ALDI Prospekt (brochure) breaks without -moz-transform

Categories

(Web Compatibility :: Site Reports, defect)

defect

Tracking

(firefox-esr115 unaffected, firefox119 unaffected, firefox120 disabled, firefox121 disabled, firefox122 fixed)

RESOLVED DUPLICATE of bug 1865332
Tracking Status
firefox-esr115 --- unaffected
firefox119 --- unaffected
firefox120 --- disabled
firefox121 --- disabled
firefox122 --- fixed

People

(Reporter: evilpies, Unassigned)

References

(Regression)

Details

(Keywords: regression, webcompat:sitepatch-applied)

Set release status flags based on info from the regressing bug 1855763

:emilio, since you are the author of the regressor, bug 1855763, could you take a look? Also, could you set the severity field?

For more information, please visit BugBot documentation.

Same assumption as in bug 1860424 it seems :/

                }, x = function(t) {
                    var e = "";
                    return Reader.Env.vendor && "ms" !== Reader.Env.vendor && (e = "-".concat(Reader.Env.vendor, "-")), "".concat(e).concat(t)
                }, function() {
                    s = x("transform"), l = x("transition"), f = x("transform-origin"), c = s, Reader.Env.ie && (c = "-ms-transform");
                    var t = function() {
                        if (!Reader.Env.ie) return h;
                        switch (Reader.Env.browserVersion) {
                            case 8:
                                return g;
                            case 9:
                                return v;
                            default:
                                return h
                        }
                    }();
                    return t.animationStart = b, t.animationEnd = w, t.isAnimating = function() {
                        return a
                    }, t
                }())

Spoofing the user-agent as chrome works, at a glance, fwiw. Might be worth contacting them since the fix is triviall-ish most likely?

Component: CSS Parsing and Computation → Desktop
Flags: needinfo?(emilio) → needinfo?(dschubert)
Product: Core → Web Compatibility

This online brochure is part of https://www.publitas.com/ and is used on many online stores, their website mentions they have 2000+ customers and there are 80 million monthly readers. So far besides ALDI, I've seen these catalogues on Metro, Williams Sonoma, Hammacher Schlemmer, MoMa store, Jumbo websites.

There are brochures hosted on https://view.publitas.com, brochures embedded with an iframe and self-hosted brochures.

We can spoof the UA for pages hosted on their servers:
https://view.publitas.com/jumbo-supermarkten/jumbo-actiefolder-sjwg-46/page/34-35
https://view.publitas.com/momastore/moma-design-store-holiday-gift-guide-2023/page/12-13
https://view.publitas.com/hammacher-schlemmer/summer-remail-2023/page/8-9

That would also work for embedded ones, like:
https://www.williams-sonoma.com/pages/williams-sonoma/ecatalog/ecatalog-ws-2023-holiday2/
(this brochure actually displays fine, but overlays don't work, so it's impossible to click on products)

For self-hosted, we can probably spoof per site, though not sure how many sites are affected and it looks like it's being used on popular stores, like ALDI and Metro in multiple countries.

https://prospekt.aldi-sued.de/weihnachten-deko-2023/page/50
https://www.metro.fr/inspiration/thematiques
https://oferte.metro.md/oferte-saptamanale-produse-proaspete-nr-45-xgb68yo4qmpo/page/1?_gl=1*3chouz*local_ga*MTI3NDYxMjM2NS4xNjk5OTg4ODYy*local_ga_3G4QTH93WN*MTY5OTk4ODg2MS4xLjAuMTY5OTk4ODg2MS42MC4wLjA.&_ga=2.237760576.1371088663.1699988862-1274612365.1699988862&itm_pm=cookie_consent_accept_button

I can try to contact Publitas and we also can ship an override. Emilio, just wanted to check if this plan is ok with you?

Flags: needinfo?(dschubert) → needinfo?(emilio)

Yeah that seems like a reasonable plan forward. We can hold this in nightly for a bit and re-evaluate once all the zoom spec issues are sorted out. Thanks!

Flags: needinfo?(emilio)
Depends on: 1864903

Just fyi, after talking with Tom we are going to try something in bug 1865332 which should solve these bugs while hopefully not being incompatible with CSS zoom.

Of course getting sites fixed if possible is even better.

Flags: needinfo?(kberezina)

(In reply to Emilio Cobos Álvarez (:emilio) from comment #5)

Just fyi, after talking with Tom we are going to try something in bug 1865332 which should solve these bugs while hopefully not being incompatible with CSS zoom.

Of course getting sites fixed if possible is even better.

Thanks, I can test whether the patch fixes these and maybe the overrides can be removed then :)
I've also contacted support here https://support.publitas.com/hc/en-us/requests/new and received a ticket number #52483.

Flags: needinfo?(kberezina)

Looks fixed to me now. A working link is https://prospekt.aldi-sued.de/kw48-23-op/page/1

Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1865332
Resolution: --- → DUPLICATE
Depends on: 1886134
You need to log in before you can comment on or make changes to this bug.