Open
Bug 1773859
Opened 2 years ago
Updated 2 months ago
Liberated Pixel Cup demo claims not to support Firefox
Categories
(Web Compatibility :: Site Reports, defect, P3)
Web Compatibility
Site Reports
Tracking
(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
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•2 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•2 years ago
|
Updated•7 months ago
|
Updated•5 months ago
|
User Story: (updated)
Comment 2•2 months 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•2 months ago
|
Severity: S2 → S3
Priority: P2 → P3
Updated•2 months ago
|
Severity: S3 → S4
User Story: (updated)
Depends on: firefox-not-supported-warning
Keywords: webcompat:needs-diagnosis,
webcompat:site-report
You need to log in
before you can comment on or make changes to this bug.
Description
•