Closed
Bug 986626
Opened 11 years ago
Closed 11 years ago
Multiple notifications don't stack
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 935507
People
(Reporter: willmarquardt, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:28.0) Gecko/20100101 Firefox/28.0 (Beta/Release)
Build ID: 20140314220517
Steps to reproduce:
Created two notifications like so:
var notifications = require("sdk/notifications");
notifications.notify({
text: "Thunderbird",
iconURL: 'http://cloud.ohloh.net/attachments/109/thunderbird_med.png'
});
notifications.notify({
text: "Emoji",
iconURL: 'http://emojisaurus.com/images/emoji/poop.png'
});
Actual results:
The first notification was immediately replaced by the second
Expected results:
They should both be displayed one on top of the other
| Reporter | ||
Updated•11 years ago
|
OS: All → Mac OS X
Comment 1•11 years ago
|
||
There are core/OS issues regarding multiple notifications in bug 616636 that must be resolved first. The SDK has a previous bug for this same issue, bug 935507, which is where we'll continue discussion regarding this. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•