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)
Tracking
(Webcompat Priority:P3, Webcompat Score:1)
ASSIGNED
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:
- Go to https://www.languageacademy.com.au/
- Dismiss the attend a class pop-up.
- 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
| Reporter | ||
Comment 1•3 months ago
|
||
Comment 2•2 months ago
|
||
Chrome Mask seems to fix the issue.
Updated•2 months ago
|
User Story: (updated)
Webcompat Score: --- → 1
Updated•2 months ago
|
Severity: -- → S3
User Story: (updated)
Webcompat Priority: --- → P2
Webcompat Score: 1 → 6
Depends on: firefox-not-supported-warning
Priority: -- → P2
Updated•2 months ago
|
Webcompat Score: 6 → 5
Comment 3•2 months ago
|
||
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: webcompat:needs-diagnosis
| Assignee | ||
Updated•2 months ago
|
Keywords: leave-open
| Assignee | ||
Comment 4•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/7d5500e8f528
https://hg.mozilla.org/integration/autoland/rev/e13be3d4cc81
add a UA override for languageacademy.com.au; r=ksenia,webcompat-reviewers
Comment 6•2 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•2 months ago
|
Keywords: webcompat:needs-sitepatch → webcompat:sitepatch-applied
Updated•2 months ago
|
User Story: (updated)
Webcompat Score: 5 → 1
Updated•1 month ago
|
User Story: (updated)
Keywords: webcompat:ua-sniffing
Updated•3 days ago
|
Webcompat Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•