Closed
Bug 90080
Opened 23 years ago
Closed 23 years ago
No restart message appears when changing UI language or Region locale via Prefs
Categories
(SeaMonkey :: Preferences, defect, P3)
SeaMonkey
Preferences
Tracking
(Not tracked)
RESOLVED
WONTFIX
mozilla0.9.7
People
(Reporter: jonrubin, Assigned: bugs)
References
Details
Attachments
(3 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
jag+mozilla
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Details | Diff | Splinter Review |
Until bug 57441 and bug 66909 are resolved, it is necessary to alert the user
about the need to restart after changing UI language or Region locale.
Currently a message appears if these changes are made via the View menu, but no
message appears if these changes are made via Prefs.
Steps:
1) Go to Edit>Preferences and choose the Appearance panel (to change language)
or the Content Packs panel under Appearance (to change region).
2) Select a different language or region, depending on the choice in Step 1.
3) Click OK. The Preferences window closes, but there is no message alerting
the user to restart.
Updated•23 years ago
|
QA Contact: sairuh → jonrubin
The explanatory paragraph at the top of the Content Packs panel UI ends with the
statement "You must restart for a new content pack to take effect." We need to
decide at least two things for how to handle this bug:
1) Is that sentence sufficient (will most users bother to read the paragraph)?
2) How long will it take to resolve bug 57441 and bug 66909?
No longer blocks: 90083
QA Contact: jonrubin → sairuh
Comment 3•23 years ago
|
||
not sure who handles ui/tech writing for i18n/l10n items... cc'ing german and
steve in case they might know who...
reassigning QA contact to jonrubin. German, can you take a look at the text?
It's too late for this release, but we can fix this in the trunk if needed. No
more UI changes on the branch though.
QA Contact: teruko → jonrubin
Comment 5•23 years ago
|
||
I think we need a restart message. I agree with Janathan, not many users will
read the entire paragraph.
Comment 6•23 years ago
|
||
Msanz - If we get it ready on the branch, can this make a limbo build, or will
it have to wait for the next release?
Keywords: nsCatFood
Comment 7•23 years ago
|
||
I dont think my team has the bandwidth to do the restart message for this
release. Someone else will have to own that. thanks, Vishy
Comment 8•23 years ago
|
||
Msanz/Vishy - Can't we just repurpose the dialogue used for Themes?
This will have to wait for the next release. I don't see this is critical enough
to justify a UI change. Please, do not implement the change in the branch. Trunk
is fine.
Comment 10•23 years ago
|
||
Ccing Jatin. Jatin, if you're adding Help content for this still (this feature
came in so late I don't know if there's time prior to our localization handoff),
then a step for indicating a restart is necessary.
Comment 11•23 years ago
|
||
nav triage team:
Marking nsbeta1+, p2, and mozilla1.0
Reporter | ||
Comment 12•23 years ago
|
||
In my original description, I said "Until bug 57441 and bug 66909 are resolved,
it is necessary to alert the user about the need to restart after changing UI
language or Region locale". I meant to say bug 62174 instead of bug 66909.
66909 addresses the need to restart in order to see a newly downloaded locale in
the View menu.
Comment 13•23 years ago
|
||
Nominating for TM0.9.4.
Vishy/Msanz - We need to identify the engineering team who is repsonsbile for
fixing this one.
Comment 14•23 years ago
|
||
nav triage team:
Marking mozilla0.9.4, nsbeta1+, and reassigning to ben
Assignee | ||
Comment 16•23 years ago
|
||
Comment 17•23 years ago
|
||
Ben, could you be sure to test commercial also before checking this in. I'm not
sure but this may need some similar code in the ns tree as well. Please speed
this into the tree.
thanks, Vishy
Comment 18•23 years ago
|
||
r=pchen
Comment 19•23 years ago
|
||
I've got Ben covered on commercial side. Just need an sr= and a=.
Comment 20•23 years ago
|
||
mass change, switching qa contact from jonrubin to ruixu.
QA Contact: jonrubin → ruixu
Comment 21•23 years ago
|
||
Ben ~ Can or have we sent a message to drivers to see if we can get a sr= and
a=? It looks like it has been waiting in the que for a bit.
Comment 22•23 years ago
|
||
Moving to 0.9.5 and marking as P3. No a stop ship per PDT
Priority: P2 → P3
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Comment 23•23 years ago
|
||
Mass-moving lower-priority 0.9.5 bugs off to 0.9.6 to make way for remaining
0.9.4/eMojo bugs, and MachV planning, performance and feature work. If you
disagree with any of these targets, please let me know.
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Assignee | ||
Comment 24•23 years ago
|
||
Comment 25•23 years ago
|
||
sr=hyatt
Comment 26•23 years ago
|
||
Comment on attachment 56455 [details] [diff] [review]
updated patch that actually works
>Index: prefwindow/resources/content/pref-appearance.xul
>===================================================================
>RCS file: /cvsroot/mozilla/xpfe/components/prefwindow/resources/content/pref-appearance.xul,v
>retrieving revision 1.44
>diff -w -b -u -r1.44 pref-appearance.xul
>--- pref-appearance.xul 2001/10/21 04:15:09 1.44
>+++ pref-appearance.xul 2001/11/04 03:21:39
>@@ -72,6 +71,17 @@
> return false;
> }
> }
>+
>+ var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"].getService(Components.interfaces.nsIPromptService);
>+ var strbundle = document.getElementById("navigatorBundle");
>+ var brandbundle = document.getElementById("brandBundle");
>+
>+ if (promptService) {
No need for that if here, exceptions will be thrown :-)
r=jag
Attachment #56455 -
Flags: review+
Assignee | ||
Comment 27•23 years ago
|
||
Fix checked in.
Assignee | ||
Comment 28•23 years ago
|
||
.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 29•23 years ago
|
||
It appears that pref-appearance.xul was busted by cvs conflicts being checked in
with this patch.
Comment 30•23 years ago
|
||
Reopening to track bustage fix.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 31•23 years ago
|
||
Comment 32•23 years ago
|
||
Checked in.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Comment 33•23 years ago
|
||
(ben will probably hate me, but ...) Reopening. This fix is wrong.
1) start browser, go the Edit->Preferences. Select Appearance panel
2) Change checkbox for "Show Tooltips".
3) Hit Ok to commit the change.
Alert comes up "Preferred language changes will take effect when you restart."
Huh? What does that have to do with tooltips. This is a completely confusing
message for anyone. "Did I maybe change something I didn't mean to? Do I need
to go back again and check?"
Frankly, I think the explanatory text above the language menulist is all the
information that a user requires; let's just back this out and mark it wontfix.
(And alerts popping up from dialogs? Ewww.)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 34•23 years ago
|
||
oops
looks like I forgot to add a check for language changes. Sorry.
As for alerts from dialogs, the text in the dialog reads "changes take effect
when you restart mozilla" but i18n appears to want a dialog :-P
Status: REOPENED → ASSIGNED
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Assignee | ||
Comment 35•23 years ago
|
||
OK, I'm just going to back it out. There's no need for an annoying dialog when
the dialog text specifies the restart.
Assignee | ||
Comment 36•23 years ago
|
||
Resolving.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WONTFIX
Comment 37•23 years ago
|
||
Since bug 109477 (Content Packs description shouldn't say "you must restart")
has been fixed, is it possible to change the description here to "You must
restart browser for a new content pack to take effect." ?
Leave as RESOLVED WONTFIX for now.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•