browser.warnOnQuit = true doesn't warn on quit
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: robarnold, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
Comment 3•15 years ago
|
||
Comment 4•15 years ago
|
||
Comment 10•13 years ago
|
||
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment 18•8 years ago
|
||
Comment 21•8 years ago
|
||
Comment 23•7 years ago
|
||
Comment 26•7 years ago
|
||
Comment 35•7 years ago
|
||
Comment 37•7 years ago
|
||
Comment 38•7 years ago
|
||
Comment 39•7 years ago
|
||
Comment 40•7 years ago
|
||
Comment 41•7 years ago
|
||
Comment 42•7 years ago
|
||
Comment 44•7 years ago
|
||
Comment 45•7 years ago
|
||
Comment 46•7 years ago
|
||
Comment 48•6 years ago
|
||
Comment 49•6 years ago
|
||
Comment 50•6 years ago
|
||
Comment 51•6 years ago
|
||
Comment 52•6 years ago
|
||
Comment 53•6 years ago
|
||
Comment 54•6 years ago
|
||
Comment 55•6 years ago
|
||
Comment 56•6 years ago
|
||
Comment 57•6 years ago
|
||
Comment 58•6 years ago
|
||
Updated•6 years ago
|
Comment 59•6 years ago
|
||
Comment 60•6 years ago
|
||
Comment 61•6 years ago
|
||
Updated•6 years ago
|
Comment 63•6 years ago
|
||
Comment 64•6 years ago
|
||
Comment 65•6 years ago
|
||
Comment 66•6 years ago
|
||
Comment 67•6 years ago
|
||
Comment 68•6 years ago
|
||
Comment 69•6 years ago
|
||
The workaround has stopped working for me in Firefox 66.0.3.
I have both
browser.showQuitWarning true
browser.warnOnQuit true
Other user reports the same behavior here
Comment 70•6 years ago
|
||
(In reply to aguadopd from comment #71)
The workaround has stopped working for me in Firefox 66.0.3.
I have both
browser.showQuitWarning true
browser.warnOnQuit true
See the comment right before yours:
(In reply to Shmerl from comment #70)
I can confirm, that setting browser.sessionstore.warnOnQuit = true fixes
this for me.
(In reply to aguadopd from comment #71)
Other user reports the same behavior here
and the first part of the answer which has that comment:
https://superuser.com/a/1352295
Firefox >= 65
browser.sessionstore.warnOnQuit true
browser.warnOnQuit true
If those don't work, file a separate bug with the contents of about:support (Help > Troubleshooting Information).
Comment 71•6 years ago
|
||
(In reply to :Gijs (he/him) from comment #72)
My bad, so sorry for the sloppy report. I copied the wrong name, as browser.showQuitWarning
doesn't even exist.
I indeed have both browser.sessionstore.warnOnQuit
and browser.warnOnQuit
on true
.
Just tried this on 66.0.5 and it's the same.
Was about to report a new bug but in comment #68 you explicitly say
We don't intend to add a third, separate pref/warning for people who do want to have a quit warning, don't turn on session restore, and don't want warnings when closing windows / multiple tabs (ie making browser.tabs.warnOnClose = false + no automatic session restore + browser.warnOnQuit = true show a dialog is not something we're interested in doing. The "point" of the warning is to avoid losing tabs that you can't currently see / may have forgotten you had; from that perspective, wanting a warning for quitting but not for closing a window with multiple tabs doesn't really make sense).
So it seems to be working as you expect. Probably the previously mentioned workaround was still working some versions ago. Until something else appears (maybe custom shortcuts?) I'll go with browser.tabs.warnOnClose
... it's just one key press more to quit, so no big deal. The workaround of changing Ctrl+q
at system level is not an option.
Thank you, have a great Sunday!
Description
•