-
Notifications
You must be signed in to change notification settings - Fork 275
Description
I've used a breakpoint in Chrome (v65) developer tools to verify that setBubble is being called when loading the following page:
https://staging.my.siyli.org
But when the icon shows up it doesn't have the badge. (During the breakpoint Chrome shows its spinner instead of the icon so I can't tell for sure if the icon gets badged and then unbadged.)
I can then go in to the Console and run Tinycon.setBubble("S")
and the badge shows up.
In Firefox the icon is getting badged correctly, and in Safari the title changes to include "(S)".
Confusingly, the badge works fine in Chrome when I am in local development (accessing my app on localhost:3000).
It feels like maybe something in Chrome is resetting the favicon after setBubble is called, but I can't figure out how to find where that would be. Can anyone take a look at the URL above and tell what's going on?