Closed
Bug 1854588
Opened 2 years ago
Closed 2 years ago
Notification Click event is not fired when Notification is created in a Shared Worker
Categories
(Toolkit :: Alerts Service, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1854589
People
(Reporter: robertdejager, Unassigned)
Details
Attachments
(1 file)
991 bytes,
application/zip
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0
Steps to reproduce:
- Created a Shared Worker
- Created a Notification from the Shared Worker
- Added event handlers to the Notification:
- Click
- Close
- Ran the script, showing the notification
- Clicked on the notification
I attached a simple reproduction scenario for you :)
Actual results:
Only the Click event fires
Expected results:
Both the Click and Clise events should have fired
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Toolkit::Alerts Service' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Alerts Service
Product: Firefox → Toolkit
Reporter | ||
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1854589
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•