Closed
Bug 687226
Opened 13 years ago
Closed 11 years ago
Support Windows 8 Metro style notifications
Categories
(Core Graveyard :: Widget: WinRT, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bbondy, Unassigned)
References
Details
Notifications popup in metro interfaces no matter what app you are in.
We should tie up our notification system so our notifications come up when in metro.
Microsoft says you should only do notifications if a user opts-in for notifications but I think we will want to do it anyway.
Windows Push Notification Service (WNS) allows you to push a notificaiton for when your application isn't even running.
Reporter | ||
Updated•13 years ago
|
OS: Windows 8 → Windows 8 Metro
![]() |
||
Comment 1•12 years ago
|
||
In digging into selection I noticed we currently use nsIAlertService for in-window alerts. These include things like adding bookmarks, copy text, downloads completed, etc. They show up at the bottom of the page in a dark black rect.
Win8 Toasts are specific to notifications when the browser isn't in the foreground -
http://msdn.microsoft.com/en-us/library/windows/apps/hh465391.aspx
So I'm not sure how metro toast notifications fit in. We might need a new interface for them.
![]() |
||
Comment 2•12 years ago
|
||
http://msdn.microsoft.com/en-us/library/windows/apps/hh465424.aspx
At the bottom of this page there are links to guidelines for all the various panel input types.
Comment 3•12 years ago
|
||
Note that desktop applications can send toasts too, as long as they have a shortcut in the start menu and an app model ID associated with it (which we of course do).
![]() |
||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•