Closed
Bug 720154
Opened 13 years ago
Closed 13 years ago
Checkbox for restore_on_demand should always be accessible
Categories
(Firefox :: Settings UI, enhancement)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox 15
People
(Reporter: sdrocking, Assigned: ahurle)
References
Details
(Whiteboard: [good first bug][mentor=zpao][lang=js])
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
zpao
:
review+
|
Details | Diff | Splinter Review |
(deleted),
image/png
|
jboriss
:
ui-review+
|
Details |
Bug 648683 allows users to enable restore_on_demand when they choose "Show my windows and tabs from last time" for Firefox startup. This should always be accessible irrespective of the users selection in the other menu. A user may need to restart Firefox for an update or an addon installation and may not want to restore all tabs.
Comment 1•13 years ago
|
||
Dugar, this issue seems to be an enhancement request rather than a bug. Please mark it correspondingly.
Version: Trunk → 13 Branch
Comment 3•13 years ago
|
||
Yea, that's probably a good idea. It sort of made sense when I first did it but now I'm less sure. Let's see what UX says - Limi, can you comment?
Whiteboard: [good first bug][mentor=zpao][lang=js]
Reporter | ||
Comment 4•13 years ago
|
||
Changing importance to "enhancement" as requested.
Severity: normal → enhancement
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•13 years ago
|
Comment 5•13 years ago
|
||
(In reply to Paul O'Shannessy [:zpao] from comment #3)
> Yea, that's probably a good idea. It sort of made sense when I first did it
> but now I'm less sure. Let's see what UX says - Limi, can you comment?
Sounds good, and it should probably be relocated to the Tabs page in that case.
(I wonder if people will expect us to not load tabs opened in the background if we do that, but it seems like something that wouldn't make a lot of sense, maybe I'm overthinking it :)
Keywords: uiwanted
Comment 8•13 years ago
|
||
was about to create this exact artifact.
This setting as it is, us slightly ineffective for several reasons.
1. A user might not choose to have firefox configured to load the last session when starting a new session, but will use an extension or the add=on manager to restart the browser either for a fresh start or extension updates, which will generally reload with the same tabs as prior to the restart.
In this case, the user may expect all tabs to reload.
2. Session managers: a user would probably expect all tabs to reload in the case of loading a saved session, not all of them have a setting in their options to disable reload on demand (Session Manager does)
Updated•13 years ago
|
Assignee: nobody → fracture91
Comment 9•13 years ago
|
||
We'll move the checkbox to the tabs page then. Note that the same change needs to be made in two places since we are porting to in-content preferences:
browser/components/preferences and
browser/components/preferences/in-content (for when browser.preferences.inContent = true)
Status: NEW → ASSIGNED
Assignee | ||
Comment 10•13 years ago
|
||
Attachment #624238 -
Flags: review?(paul)
Comment 11•13 years ago
|
||
Comment on attachment 624238 [details] [diff] [review]
v1 - Move checkbox to Tabs page
Please rename restoreOnDemand.* to restoreTabsOnDemand.*
Assignee | ||
Comment 12•13 years ago
|
||
Attachment #624238 -
Attachment is obsolete: true
Attachment #624238 -
Flags: review?(paul)
Attachment #624438 -
Flags: review?(paul)
Comment 13•13 years ago
|
||
Comment on attachment 624438 [details] [diff] [review]
v2 - restoreOnDemand.* renamed to restoreTabsOnDemand.*
I know Limi said we should do this and on the surface it all looks good. But I'd like to get somebody from UX to chime in and see if we should reword the string now that it doesn't have the same context.
Attachment #624438 -
Flags: review?(paul) → review+
Comment 14•13 years ago
|
||
Poking Boriss for ui-review since she ui-r'ed the original string.
Attachment #624505 -
Flags: ui-review?(jboriss)
Updated•13 years ago
|
Attachment #624505 -
Flags: ui-review?(jboriss) → ui-review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 15•13 years ago
|
||
Comment 16•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 17•11 years ago
|
||
(In reply to Paul O'Shannessy [:zpao] (not reading much bugmail, email directly) from comment #13)
> I'd like to get somebody from UX to chime in and see if we should reword the
> string now that it doesn't have the same context.
Because bug 792210 has yet to be fixed, users expect this option in its new "Tabs" location to prevent loading of background tabs opened via 'Open All in Tabs' bookmarks subfolder context menu (bug 851775) and when just middle-clicking/Apple-clicking many links to open them in background tabs (bug 911427).
You need to log in
before you can comment on or make changes to this bug.
Description
•