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)

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)

STR:

  1. Open https://lpc.opengameart.org/static/LPC-Style-Guide/build/demo.html (liked from https://lpc.opengameart.org/, which funnily Mozilla sponsored);
  2. See message "Firefox is not supported at this time, please use chrome or a chromium based browser.".

The demo works correctly in Firefox too.

Attached image lpc opengameart.png

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:

  1. Reproducible on both Firefox Release and Nightly
  2. Not reproducible on Chrome
Assignee: nobody → kberezina
Status: NEW → ASSIGNED
Severity: -- → S2
User Story: (updated)
Priority: -- → P2
User Story: (updated)

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.

Severity: S2 → S3
Priority: P2 → P3
Severity: S3 → S4
User Story: (updated)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: