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

Users on Chrome using Windows not able to receive PM requests #101

Open
NotAMoose opened this issue Mar 14, 2017 · 7 comments
Open

Users on Chrome using Windows not able to receive PM requests #101

NotAMoose opened this issue Mar 14, 2017 · 7 comments
Labels

Comments

@NotAMoose
Copy link
Contributor

I'm not able to repro this on the same version of Chrome (Version 56.0.2924.87) on a mac, all three users reporting the issue are on PC. They have tried disabling all addons, no dice.

One user reports being on windows 7, another user says windows 10 (they think).

@NotAMoose NotAMoose added the bug label Mar 14, 2017
@ckingdev
Copy link
Contributor

ckingdev commented Mar 14, 2017

Are these new installs of Chrome? Or had they been working previously to receive notifications?

I haven't looked through this yet but an update to Chrome's stable channel got pushed on Thursday, March 9th, that bumped the major version number.

Google blog post
Chromium changelog

@NotAMoose
Copy link
Contributor Author

I don't believe that any of these users had ever received a PM before. I only know they're on Version 56.0.2924.87 of Chrome, and using various versions of Windows.

@ckingdev
Copy link
Contributor

Have they checked that they haven't blacklisted notifications from euphoria, or that they're not disabled completely?

@jedevc
Copy link
Contributor

jedevc commented Mar 15, 2017

I think I know the reason. The PM is technically received it's just not being shown because of some styling issues. This applies as well to the welcome banner at the top sometimes just being displayed as a green line.

A quick fix I was using is to temporarily resize the screen which for some reason actually displays the messages. Maybe see if that works?

If it's not that, maybe ask them to check the dev console? Maybe there was a rendering error so that the message isn't displayed?

@jeremyredhead
Copy link

Hopefully #100 get merged soon, but in the meanwhile, one could try installing this fix in user styles manager like Stylish or Stylus:

@-moz-document domain("euphoria.io") {
  .notice-stack {
    position: unset !important;
    left: unset !important;
    right: unset !important;
    height: 0 !important;
  }
}

@CylonicRaider
Copy link
Contributor

@-moz-document domain("euphoria.io") {

I wonder if that works in Chrome.

@jeremyredhead
Copy link

jeremyredhead commented Oct 29, 2017

Both extensions I mentioned have an import method which converts such CSS to an internal format (Even on Firefox, in fact)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants