Unable to toggle email in notifications settings
3 years ago
England

Hi

As per subject, I'm unable to toggle the email option in the notification settings, when I try, only the notification option gets selected, not the email. How can I enable email notifications?

Somerset, England

Lol that's a weird bug, submit a bug report support hub request😎

Oh_my_gourdness e StarSpeed ti piace questo
England

Thanks, I have submitted a bug report

Hamburg, Germany

Hey, I still have this issue, you got any feedback on that bug report @fnanfne?

Somerset, England

The issue is that the switches both have the sams ids So by just changing the email switches' ids to be something different it works

Here is javascript that changes that and fixes the bug document.querySelectorAll("td.email").forEach(emailCell => { const input = emailCell.querySelector("input") input.id += "email" emailCell.querySelector("label").setAttribute("for", input.id) }) 

Modificato da l'autore 3 years ago
Toronto, ON, Canada

Hello, I'm also experiencing this issue in both FireFox and Chrome, has anyone had luck in a different browser?

Somerset, England

It's not browser, it's the website's code

Oh_my_gourdness piace questo