Comment 124 for bug 230102

Revision history for this message
In , Parkhideh (parkhideh) wrote :

Win 2000; Firefox 3.0 and a clean installation of 3.1b2 (both behave the same way)

I- If we agree that the goal of seeing a warning can be achieved via an incorrect method as mentioned in comment #118; i.e. a warning to save tabs to be used instead of the old warning that multiple tabs are being closed; then the easiest method is to set the existing parameter
browser.warnOnQuit to true (no need to create a new one).

II- I find it both inconsistent and definitely confusing when in both versions 3.0 released and 3.1b2 the default setting "out of the box" is
       In firefox.js file: pref("browser.warnOnQuit", true);
and yet when looking at about:config we see
                browser.warnOnQuit user set boolean false

so who and how does this default change and more importantly, how many more of them are there that do not follow the preference settings of the file?

(In reply to comment #118)
>
> - You can create browser.tabs.warnOnQuit by using Right-click => New => Boolean
> on that about:config page.
> - In the Preferences ("Edit => Preferences", "Firefox => Preferences" or "Tools
> => Options" depending on OS), on the first tab, make sure that the "When
> Firefox starts" preference is *not* set to "Load my windows & tabs from last
> time". This way, Firefox 3 will ask you if you want to reload the same tabs
> next time when it asks you to confirm that you're sure you want to close all
> tabs. (With "Load my windows & tabs from last time", browser.tabs.warnOnClose
> has no effect in Fx3, which, IIUC, is what this bug is about.)