sdslabs / jinora

Slack webhook app to create anonymous public channels
https://chat.sdslabs.co
88 stars 10 forks source link

Stopped working on Google Chrome #64

Open csoni111 opened 6 years ago

csoni111 commented 6 years ago

Google chrome (both desktop and mobile) suddenly stopped displaying the chat UI today. Only the top header is visible, rest all the UI components (chat messages list, message input box, side bar containing list of online users) are all gone!

It gives this warning in the console: image

It works fine on Firefox, UC Browser and Edge. PS: Chrome Desktop Version 63.0.3239.84 (Official Build) (64-bit)

csoni111 commented 6 years ago

I found this blog on chrome deprecations in version 63 on Polymer website. Also this article on remove-shadow-piercing, this is what is causing the issue.

Down there in comments someone suggested a hack, image

Should we do this?