Score:3

Mozilla Firefox hanging on Ubuntu 22.04 when type Ctrl+S by accident

uz flag

I have a problem Mozilla Firefox hanging on Ubuntu 22.04 when type Ctrl+S by accident.

And I have to restart the browser to use it.

enter image description here

Score:2
cn flag

Just noticed this issue on Ubuntu 23.04 shipped Firefox (snap) too. Seems like this bug is still not solved.

What's actually happening is, even though Ctrl+S is pressed only once, for some reason it triggers the "Save Webpage" functionality multiple times. Thus, multiple dialog boxes are opened, one on top of the other. That's why the window shadow looks like a back halo around the window.

To close all of them without closing Firefox, simply click the dialog box to put focus on it, and press and hold the Esc key until all dialog boxes are destroyed.

Or alternatively, you could continuously click the Cancel button in the top-left corner of the dialog box until all of them are destroyed. Note: If you only click the Cancel button once, it does close the top-most visible dialog box, but it looks like nothing happened because there are so many dialog boxes open below it in the same position and size.

Alchimie avatar
uz flag
its working , but `xkill` method more efficient
AneesAhmed777 avatar
cn flag
@Alchimie: True, but won't work on Wayland. Maybe an equivalent tool can be created for Wayland too, but would be difficult because Wayland is much more strict than X.org.
Score:1
iq flag

To close the "window dialog" without close Firefox you can try Ctrl+Shift+W or you can try the xkill command in a terminal which will give you a cursor to click any window

If you want to close the firefox process, you can do it this way: first find its corresponding pid

ps -ef | grep firefox

you have to replace 12345 by the PID you found in the precedent step

copy the PID and kill it like that sudo kill 12345

if it still dont work you can force it this way sudo kill -9 12345

Alchimie avatar
uz flag
I want to close the "window dialog" without close Firefox.
mook765 avatar
cn flag
@Alchimie And the `Cancel`-button (top left corner of the dialog window) does not work?
Alchimie avatar
uz flag
The '''cancel''' button doesn't work, not even the save button.
Saxtheowl avatar
iq flag
@Alchimie I updated my answer, maybe it will fix your problem
Alchimie avatar
uz flag
@Saxtheowl "Ctrl" + "Shift" + "W" Not worked but worked well with xkill . thank you friend.
Saxtheowl avatar
iq flag
You welcome :))
AneesAhmed777 avatar
cn flag
@Alchimie: The Cancel button does work, but it looks like it does not because there are many identical dialog boxes beneath it that take its place when it closes. See my answer to know more.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.