Closed
Bug 1687380
Opened 1 month ago
Closed 1 month 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: emalysz)
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•1 month ago
|
Blocks: proton-modals
Whiteboard: [proton-modals]
Comment 1•1 month 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
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•1 month ago
|
Severity: -- → S3
Priority: -- → P2
Assignee | ||
Updated•1 month ago
|
Assignee: nobody → emalysz
Keywords: regression
Assignee | ||
Comment 3•1 month 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•1 month ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 month 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•1 month ago
|
Flags: qe-verify+
Comment 7•26 days 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•23 days ago
|
See Also: → http://jira.mozilla.com/browse/FIDEFE-104
You need to log in
before you can comment on or make changes to this bug.
Description
•