Push notifications not clickable after sw stopped
Categories
(Core :: DOM: Notifications, defect, P3)
Tracking
()
People
(Reporter: cybulskilukasz, Unassigned)
Details
(Whiteboard: dom-lws-bugdash-triage)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Steps to reproduce:
Go to an example page for testing push notifications: https://cleverpush.com/en/test-notifications/ and send a few pushes.
Actual results:
As long as the sw is running, the pushes are clickable and the URL opens. After sw stops, the click on the push notification does nothing.
Expected results:
The click should open the URL. Note, this works fine in other browsers like Chrome or Safari on macOs.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Notifications' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
I can confirm this. Clicking it should try restarting the SW but it does not, and nothing happens after click. This can be frustrating as the notification disappears after click so the user can't retry.
Updated•2 years ago
|
(Although this bug is technically older, bug 1874511 has more comments)
Description
•