Hide Full Screen Popup Ui Windows with mailto: link
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: Puf, Unassigned)
References
Details
Attachments
(1 file)
788.06 KB,
video/mp4
|
Details |
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.
Updated•2 years ago
|
Updated•2 years ago
|
Description
•