Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have one question regarding firefox and nsIAlertsService from extension. It is possible to force the alert to close on browser close?( because if I close the browser, the alert remains, but it is useless, it's not working).

share|improve this question
I'm pretty sure that the answer is "no" - the API doesn't allow to force-close the alert, and normally it isn't necessary because the alert is closed anyway at most 3 seconds later. You could hack this by going to the alert:alert window via window mediator directly and closing it, this won't work on Mac and Android however (different notification approach there). – Wladimir Palant Apr 3 '12 at 5:59
Can you be more specific about the code for alert:alert?Thanks – user1256960 Apr 3 '12 at 13:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.