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

Clicking notifications in the actions center (Windows) does nothing #4414

Open
WofWca opened this issue Dec 17, 2024 · 1 comment
Open

Clicking notifications in the actions center (Windows) does nothing #4414

WofWca opened this issue Dec 17, 2024 · 1 comment
Labels
bug Something isn't working OS: Linux OS: Windows This issue or PR is related to Windows OS

Comments

@WofWca
Copy link
Collaborator

WofWca commented Dec 17, 2024

  • Operating System (Linux/Mac/Windows/iOS/Android): Windows 10
  • Delta Chat Version: 1.48.0
  • Expected behavior: Clicking a notification opens the corresponding chat and focuses the Delta Chat window.
  • Actual behavior: The notification simply gets hidden and nothing else happens.
  • Steps to reproduce the problem:
    1. Receive a message. You will get a notification.
    2. Wait for the notification to disappear from the screen, and slide to the Actions Center
    3. Open the Actions Center
    4. Click on the notification
  • Screenshots:
  • Logs:

Here is where the click handler is defined:

notify.on('click', Event => {
onClickNotification(data.accountId, chatId, data.messageId, Event)
notifications[chatId] =
notifications[chatId]?.filter(n => n !== notify) || []
notify.close()
})

I did some search, but couldn't find a simple solution:

It seems like the issue affects other Electron apps, e.g. Element.

I opened a similar issue before: #3982, but it was a bit too broad.
Another similar, but probably different issue: #2438 (there it's about previous session, whereas in this issue the session is never terminated).


Maybe it's not worth to work on this since we're migrating to Tauri.

@WofWca WofWca added bug Something isn't working OS: Windows This issue or PR is related to Windows OS labels Dec 17, 2024
@nicodh
Copy link
Contributor

nicodh commented Dec 17, 2024

I have the same behaviour on Linux but even Thunderbird, Signal & Slack notifications do not react on click in the notification center (Budgie Desktop)
On Mac it works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OS: Linux OS: Windows This issue or PR is related to Windows OS
Projects
None yet
Development

No branches or pull requests

2 participants