Closed
Bug 1687380
Opened 5 years ago
Closed 5 years ago
window.alert plays sound when `prompts.contentPromptSubDialog=true`
Categories
(Firefox :: General, defect, P2)
Firefox
General
Tracking
()
VERIFIED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox84 | --- | unaffected |
| firefox85 | --- | unaffected |
| firefox86 | --- | verified |
People
(Reporter: saschanaz, Assigned: emmamalysz)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [proton-modals])
Attachments
(1 file)
- Open
data:text/html,<script>alert("hello")</script>
Expected: No sound
Actual: It sounds on Windows
Updated•5 years ago
|
Blocks: proton-modals
Whiteboard: [proton-modals]
Comment 1•5 years ago
|
||
Last time we changed tab modal dialogs we broke it in the opposite direction - bug 613806.
I guess https://searchfox.org/mozilla-central/rev/c54c71ecbd9e64cafc0df3b596e206ac4072cb91/toolkit/components/prompts/src/CommonDialog.jsm#218 and its sibling in the select dialog want updating to not fire if loaded in a tab-modal dialog, or something...
See Also: → 613806
Comment 2•5 years ago
|
||
Set release status flags based on info from the regressing bug 1680637
status-firefox84:
--- → unaffected
status-firefox85:
--- → unaffected
status-firefox86:
--- → affected
status-firefox-esr78:
--- → unaffected
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P2
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → emalysz
Updated•5 years ago
|
Keywords: regression
| Assignee | ||
Comment 3•5 years ago
|
||
Pushed by emalysz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/60757f7a0c8e
ensure we do not play a sound for dialogs loaded in a tab-modal dialog r=mtigley
Comment 5•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/fc57a286df04
adjust Thunderbird to toolkit/components/prompts/content/selectDialog.js global variable changes. rs=bustage-fix DONTBUILD
Updated•5 years ago
|
Flags: qe-verify+
Comment 7•5 years ago
|
||
Reproduced with Fx 86.0a1 (2021-01-18) on Windows 10.
Verified fixed with Fx 87.0a1 (2021-02-01) and Fx 86.0b4 on Windows 10 and Ubuntu 18.04.
Updated•5 years ago
|
See Also: → http://jira.mozilla.com/browse/FIDEFE-104
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•