Open
Bug 1773859
Opened 4 years ago
Updated 11 months ago
Liberated Pixel Cup demo claims not to support Firefox
Categories
(Web Compatibility :: Site Reports, defect, P3)
Web Compatibility
Site Reports
Tracking
(Webcompat Priority:P3, Webcompat Score:2, firefox111 affected)
ASSIGNED
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | affected |
People
(Reporter: marco, Assigned: ksenia)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:needs-diagnosis, webcompat:site-report)
User Story
platform:windows,mac,linux impact:unsupported-warning affects:all configuration:general branch:release diagnosis-team:webcompat user-impact-score:20
Attachments
(1 file)
|
435.58 KB,
image/png
|
Details |
STR:
- Open https://lpc.opengameart.org/static/LPC-Style-Guide/build/demo.html (liked from https://lpc.opengameart.org/, which funnily Mozilla sponsored);
- See message "Firefox is not supported at this time, please use chrome or a chromium based browser.".
The demo works correctly in Firefox too.
Comment 1•3 years ago
|
||
I was able to reproduce this issue, tested on:
Operating system: Windows 10
Firefox version: Nightly 111.0a1 (2023-01-16) / Firefox Release 108.0.2 / Chrome 108.0.5359.125
Note:
- Reproducible on both Firefox Release and Nightly
- Not reproducible on Chrome
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
User Story: (updated)
Comment 2•1 year ago
|
||
https://lpc.opengameart.org/static/LPC-Style-Guide/build/_static/demogame/js/lpcd.js has:
window.onload = function() {
// alert(navigator.userAgent);
if (navigator.userAgent.indexOf("Firefox") > 0) {
alert("Firefox is not supported at this time, please use chrome or a chromium based browser.");
}
}
Other than that things seem to work fine. We could site-patch it but it doesn't seem worth it.
Keywords: webcompat:needs-diagnosis
Updated•1 year ago
|
Severity: S2 → S3
Priority: P2 → P3
Updated•1 year ago
|
Severity: S3 → S4
User Story: (updated)
Depends on: firefox-not-supported-warning
Keywords: webcompat:needs-diagnosis,
webcompat:site-report
Updated•1 year ago
|
Webcompat Priority: --- → P3
Updated•1 year ago
|
Webcompat Score: --- → 1
Updated•1 year ago
|
Webcompat Score: 1 → 2
Comment 3•1 year ago
|
||
Mass-assigning diagnosis-team to webcompat for "Firefox is not supported" bugs that don't already have a team assigned. This action is done by a script. For your convenience, feel free to filter your bugmail with 559a9604-41ec-11f0-9ec6-f3f21dcd7cf2.
User Story: (updated)
Updated•11 months ago
|
User Story: (updated)
You need to log in
before you can comment on or make changes to this bug.
Description
•