Closed Bug 42212 Opened 24 years ago Closed 15 years ago

Windows notification of Mozilla alerts

Categories

(Core :: XUL, enhancement, P3)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 463209
Future

People

(Reporter: neil, Assigned: trudelle)

References

Details

From Bugzilla Helper:
BuildID:    2000060820

Standard Windows message boxes will beep if sounds have been defined for them in 
Control Panel/Sounds. (The hard work is done by the MessageBeep function.)

Steps to Reproduce:
1. Compose a new document in Netscape Composer.
2. Close without saving. The prompt should beep.
3. Compose a new document in Mozilla.
4. Close without saving.

Actual Results:  The prompt does not beep.

Expected Results:  The prompt should beep.

If SystemParametersInfo( SPI_GETBEEP, 0, &bBeep, 0 ) returns TRUE in bBeep, 
Windows will also beep on unmatched hot keys in menus and dialogs.
True. Also applies on Mac and (probably) Unix, though obviously using different 
mechanisms. So --> All/All, and pp because a different implementation is required 
on each platform.
Assignee: bdonohoe → trudelle
Status: UNCONFIRMED → NEW
Component: User Interface: Design Feedback → XP Toolkit/Widgets
Ever confirmed: true
Keywords: pp
OS: Windows 95 → All
QA Contact: mpt → jrgm
Hardware: PC → All
Whiteboard: [Win: not fixed][Mac: not fixed][X: not fixed]
no time to add new features in this cycle, moving to future
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Bug 53345 is covering Mac OS environment notification of alerts, this bug can
cover Windows environment notification of alerts. That means not only beeping,
but also flashing in the Windows taskbar if the window the alert was opened from
was not the current window when the dialog was opened.
Keywords: pp
Summary: [FEATURE] Want Mozilla alerts to beep. → Windows notification of Mozilla alerts
Whiteboard: [Win: not fixed][Mac: not fixed][X: not fixed]
Chatzilla flashes the taskbar icon.  It looks like extensions/irc/xul/static.js 
calls window.GetAttention() to accomplish this.
I fixed this at bug 463209 for Win32. And also the sounds are supported on Linux after it. So, this bug should be marked as dup of bug 463209. And if there are some platforms which has this bug, you should file new bugs per each OSs.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.