Closed
Bug 279473
Opened 20 years ago
Closed 20 years ago
Quitting while having the preferences window open, doesn't save any prefs changes
Categories
(Camino Graveyard :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: David, Assigned: sfraser_bugs)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b) Gecko/20050121 Camino/0.8+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b) Gecko/20050121 Camino/0.8+
Quitting while having the preffs window open, doesnt save any preffs changes.
Reproducible: Always
Steps to Reproduce:
1. Open preferences.
2. Change something.
3. Quit.
Actual Results:
Preferences arent saved.
Expected Results:
Camino should save preferences on quit, not just when closing the
preferences-window.
Comment 1•20 years ago
|
||
sounds like a regression from some of the pref shutdown landings lately.
Target Milestone: --- → Camino0.9
Assignee | ||
Comment 2•20 years ago
|
||
I guess we try to save the prefs too late.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•20 years ago
|
Summary: Quitting while having the prefferences window open, doesnt save any preffs changes → Quitting while having the preferences window open, doesn't save any prefs changes
Assignee | ||
Comment 3•20 years ago
|
||
Taking. The problem is that the MVPrefsController never releases its grip on its
embedding reference, so the XPCOM shutdown notification is never sent out.
Assignee: pinkerton → sfraser_bugs
Assignee | ||
Comment 4•20 years ago
|
||
Assignee | ||
Comment 5•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•