Open Bug 1999488 Opened 3 months ago Updated 3 days ago

www.languageacademy.com.au - Unsupported pop-up displayed

Categories

(Web Compatibility :: Site Reports, defect, P2)

Desktop
Windows 10

Tracking

(Webcompat Priority:P3, Webcompat Score:1)

ASSIGNED
Webcompat Priority P3
Webcompat Score 1

People

(Reporter: ctanase, Assigned: twisniewski)

References

(Depends on 1 open bug, )

Details

(5 keywords, Whiteboard: [webcompat-source:web-bugs])

User Story

user-impact-score:0
platform:windows,mac,linux,android
impact:unsupported-warning
configuration:general
affects:all
branch:release
diagnosis-team:webcompat

Attachments

(2 files)

Environment:
Operating system: Linux/Windows 10
Firefox version: Firefox 144.0/147

Steps to reproduce:

  1. Go to https://www.languageacademy.com.au/
  2. Dismiss the attend a class pop-up.
  3. Observe the behavior.

Expected Behavior:
Browser is supported.

Actual Behavior:
Unsupported pop-up displayed.

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/187520

Attached image image.png

Chrome Mask seems to fix the issue.

User Story: (updated)
Webcompat Score: --- → 1
Severity: -- → S3
User Story: (updated)
Webcompat Priority: --- → P2
Webcompat Score: 1 → 6
Priority: -- → P2
Webcompat Score: 6 → 5

They show the same warning to Safari users.

Looking at their JS, it looks like they specifically check for "not Chrome" ("Chrome" !== Vr.browserName) and show the warning.

Here's a pretty-printed excerpt from their JS filehttps://www.languageacademy.com.au/static/js/main.031b85d1.chunk.js :

      var Do = () => {
        const [e, t] = Object(n.useState)(!1),
          { pathname: a } = Object(c.h)()
        Object(n.useEffect)(() => {
          "Chrome" !== Vr.browserName && "/video-courses" != a && t(!0)
        }, [])
        return s.a.createElement(
          s.a.Fragment,
          null,
[...]
                s.a.createElement(
                  "div",
                  {
                    style: { fontSize: "20px", fontWeight: "600" },
                    className: "text-center mb-2",
                  },
                  "BROWSER NOT SUPPORTED",

--> I think we can call this diagnosed. sitepatch & outreach are our options here.

Keywords: leave-open
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
User Story: (updated)
Webcompat Score: 5 → 1
User Story: (updated)
Webcompat Priority: P2 → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: