Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.gmbinder.com - "Unsupported browser" pop-up displayed #136627

Closed
webcompat-bot opened this issue May 4, 2024 · 4 comments
Closed

www.gmbinder.com - "Unsupported browser" pop-up displayed #136627

webcompat-bot opened this issue May 4, 2024 · 4 comments
Labels
action-needssitepatch This web bug needs a GoFaster site patch. browser-firefox diagnosis-priority-p2 engine-gecko The browser uses the Gecko rendering engine priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-unsupported Doesn't support one or more browser
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented May 4, 2024

URL: https://www.gmbinder.com

Browser / Version: Firefox 125.0
Operating System: Windows 10
Tested Another Browser: Yes Chrome

Problem type: Something else
Description: Site displays error message alleging browser incompatibility.
Steps to Reproduce:
Site displays message saying it's incompatible with Firefox.

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label May 4, 2024
@webcompat-bot webcompat-bot added this to the needstriage milestone May 4, 2024
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label May 4, 2024
@webcompat-bot webcompat-bot changed the title In the moderation queue. www.gmbinder.com - see bug description May 7, 2024
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine and removed browser-fixme This requires manual assignment for the browser name action-needsmoderation The moderation has not yet been completed labels May 7, 2024
@softvision-raul-bucata
Copy link

We appreciate your report. I was able to reproduce the issue by following the steps to reproduce. An error message is displayed regarding the browser:

Screenshot_14

Tested with:

Browser / Version: Firefox Release 125.0.3 (64-bit)/ Firefox Nightly 127.0a1 (2024-05-06) (64-bit) /Chrome Version 124.0.6367.119 (Official Build) (64-bit) /Microsoft Edge Version 124.0.2478.67(Official build) (64-bit
Operating System: Windows 10 PRO x64

Notes:

  1. Reproducible regardless of the status of ETP.
  2. Reproducible on the latest build of Firefox Nightly and Release.
  3. Works as expected using Edge and Chrome.

Moving this to NeedsDiagnosis for further investigations.

[qa_19/2024]

@softvision-raul-bucata softvision-raul-bucata changed the title www.gmbinder.com - see bug description www.gmbinder.com - "Unsupported browser" pop-up displayed May 7, 2024
@softvision-raul-bucata softvision-raul-bucata added severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. priority-normal type-unsupported Doesn't support one or more browser labels May 7, 2024
@denschub denschub added action-needssitepatch This web bug needs a GoFaster site patch. diagnosis-priority-p2 labels May 7, 2024
@Ikkibird
Copy link

Ikkibird commented May 8, 2024

Good morning/evening everyone,

uBlockOrigin/uAssets@660601f bypasses it by setting browserDetectorService.isBrowserChrome() to return true.

The pop-up is triggered by this file, with this code:

ngAfterViewInit() {
    this.checkBrowserCompatibility()
}
checkBrowserCompatibility() {
    if (!this.browserDetectorService.isBrowserChrome()) {
        const e = this.modalService.open(o.a, {
            centered: !0,
            backdropClass: 'modal-backdrop-color'
        });
        e.componentInstance.title = 'Incompatible Browser',
        e.componentInstance.message = 'GM Binder works best with the latest version of Chrome.  If you continue with your current browser, some features may not work as expected.'
    }
}

It is worth noting that this Reddit post says the website works fine under Firefox, despite the pop-up implying otherwise.

Have a nice day,

@ksy36 ksy36 modified the milestones: needsdiagnosis, moved May 23, 2024
@ksy36
Copy link
Contributor

ksy36 commented May 23, 2024

Moved to bugzilla as https://bugzilla.mozilla.org/show_bug.cgi?id=1898638

@ksy36 ksy36 closed this as completed May 23, 2024
@ksy36
Copy link
Contributor

ksy36 commented May 23, 2024

Thanks for your comment @Ikkibird , we can investigate shipping an intervention to bypass the check as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action-needssitepatch This web bug needs a GoFaster site patch. browser-firefox diagnosis-priority-p2 engine-gecko The browser uses the Gecko rendering engine priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-unsupported Doesn't support one or more browser
Projects
None yet
Development

No branches or pull requests

5 participants