inbasic / ignotifier

Multiple account Gmail notifier (without storing passwords)
https://webextension.org/listing/gmail-notifier.html
Other
389 stars 116 forks source link

'Mark as Read' button on desktop notification opening email instead of marking it as read #628

Open IanDaBest opened 9 months ago

IanDaBest commented 9 months ago

When you press 'Mark as Read' on the desktop notification, it opens the email in a new browser tab instead of marking it as read.

inbasic commented 9 months ago

What is your OS and browser?

IanDaBest commented 9 months ago

Windows 11 and Opera GX

inbasic commented 9 months ago

It seems like Opera's bug. Both Opera and Opera GX do not call the chrome.notifications.onButtonClicked event listener. So I might need to remove this feature from Opera if they dont fix it soon.

IanDaBest commented 9 months ago

Oh I see