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

onlinestep.pgc.edu - Firefox is unsupported browser #56754

Open
softvision-oana-arbuzov opened this issue Aug 17, 2020 · 4 comments
Open

onlinestep.pgc.edu - Firefox is unsupported browser #56754

softvision-oana-arbuzov opened this issue Aug 17, 2020 · 4 comments
Labels
browser-firefox 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

@softvision-oana-arbuzov
Copy link
Member

URL: https://onlinestep.pgc.edu/

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

Problem type: Site is not usable
Description: Browser unsupported
Steps to Reproduce:

  1. Navigate to https://onlinestep.pgc.edu/
  2. Observe the page.

Expected Behavior:
No notification message is displayed and Firefox browser is supported too.

Actual Behavior:
A notification message is displayed, informing that for optimal performance Chrome browser should be used.

Notes:

  1. Screenshot attached.
  2. The issue is not reproducible on Chrome 84.0.4147.125.

Watchers:
@softvision-oana-arbuzov
@cipriansv

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Aug 17, 2020
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine labels Aug 17, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title onlinestep.pgc.edu - site is not usable onlinestep.pgc.edu - Firefox is unsupported browser Aug 17, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov added 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 labels Aug 17, 2020
@ksy36
Copy link
Contributor

ksy36 commented Aug 17, 2020

The site is looking if window.chrome exists and if not, showing the message :

t.notChrome ? s('b-alert', {
            staticStyle: {
              'background-color': '#272C85 !important',
              color: 'white'
            },
            attrs: {
              show: '',
              dismissible: ''
            }
          }, [
            t._v('\n      Please use '),
            s('a', {
              staticStyle: {
                color: 'indianred !important'
              },
              attrs: {
                href: 'https://google.com/chrome'
              }
            }, [
              t._v('Google Chrome')
            ]),
            t._v(' for optimal performance.\n    ')
          ])  : t._e()
        ], 1),

where this.notChrome = !window.chrome

We should contact the site to see if there is a reason

@ksy36 ksy36 modified the milestones: needsdiagnosis, needscontact Aug 17, 2020
@ksy36 ksy36 added the action-needssitepatch This web bug needs a GoFaster site patch. label Aug 17, 2020
@reinhart1010
Copy link

reinhart1010 commented Jan 28, 2021

There is a support page at https://complaint.pgc.edu/disclaimer (referred from https://www.pgc.edu/contact-us/) which seems to accept English as well.

Update: The support page seems to require a registered Indian phone number. There is another email at https://www.pgc.edu/contact-us/ which can also be contacted.

@denschub
Copy link
Member

denschub commented Dec 2, 2021

We have no way of really testing this, so I'm hesitant to ship a sitepatch here. However, they have an email address in their footer, I'll send an email.

@denschub
Copy link
Member

denschub commented Dec 2, 2021

Ah, lovely.

Screenshot 2021-12-02 at 12 53 47

I've now used their contact form with the help of a local instead...

@denschub denschub removed the action-needssitepatch This web bug needs a GoFaster site patch. label Dec 2, 2021
@denschub denschub modified the milestones: needscontact, sitewait Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox 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