Open
Bug 595075
Opened 15 years ago
Updated 3 years ago
Extend toolkit Alerts Service to support cancel a opened prompt
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: dougt, Unassigned)
Details
It would be great if ShowAlertNotification() would return an object that you could call cancel() or similar so that the notification would be removed.
I am not sure that many native alert systems provide this but growl does.
Comment 1•15 years ago
|
||
Bug 603855 implements this functionality for Android.
It extends nsIAlertsProgressListener interface of the Alerts Service, which was added for the progress notifications feature (bug 592088).
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•