Closed
Bug 770351
Opened 12 years ago
Closed 12 years ago
PrivateDataPreference dialog resets checked state on orientation change
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox13 unaffected, firefox14 unaffected, firefox15 unaffected, firefox16 affected)
RESOLVED
DUPLICATE
of bug 770345
Tracking | Status | |
---|---|---|
firefox13 | --- | unaffected |
firefox14 | --- | unaffected |
firefox15 | --- | unaffected |
firefox16 | --- | affected |
People
(Reporter: mcomella, Assigned: mcomella)
References
Details
This is for trunk/Nightly only - the dialog is not yet in Aurora.
1) Open Fennec.
2) Click the more options menu (three horizontal lines)
3) Scroll down and select "Settings".
4) On the preferences screen, select "Clear private data".
5) Uncheck "Browsing & download history".
6) Rotate the device so the orientation changes.
Expected: The dialog maintains state so that "Browsing & download history" remains unchecked.
Actual: The dialog returns to the state it was in previously, where "Browsing & download history" was checked.
Unlike bug 770345, this dialog will still work correctly to clear settings after the rotation is changed (though the checkboxes/options need to be reset to the desired values).
Tested on Galaxy Nexus, Android 4.0.4, and Asus Transformer Prime TF201, Android 4.0.3.
Assignee | ||
Updated•12 years ago
|
status-firefox13:
--- → unaffected
status-firefox14:
--- → unaffected
status-firefox15:
--- → unaffected
status-firefox16:
--- → affected
Assignee | ||
Comment 1•12 years ago
|
||
I believe this can use DialogPreference.onSaveInstanceState(...) (http://developer.android.com/reference/android/preference/DialogPreference.html#onSaveInstanceState()) and onRestoreInstanceState(...).
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → michael.l.comella
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
Fixed with the patch from Bug 770345.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•