Closed
Bug 14879
Opened 25 years ago
Closed 25 years ago
Change auto-detector menu does not automatically reload the page
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: ftang, Assigned: ftang)
References
Details
(Whiteboard: patch included, need review and approval to check in.)
We currently do not reload the page when user change the "Auto-Detect" menu. We
should do that for browser.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Updated•25 years ago
|
QA Contact: teruko → amasri
Assignee | ||
Comment 1•25 years ago
|
||
patch- reload when the detector turn on.
Index: content/charsetDetectorsOverlay.js
===================================================================
RCS file:
/m/pub/mozilla/xpfe/global/resources/content/charsetDetectorsOverlay.js,v
retrieving revision 1.3
diff -c -r1.3 charsetDetectorsOverlay.js
*** charsetDetectorsOverlay.js 1999/09/23 02:08:39 1.3
--- charsetDetectorsOverlay.js 1999/09/28 07:19:50
***************
*** 58,63 ****
--- 58,66 ----
if (pref) {
debug("get pref 2\n");
pref.SetCharPref("intl.charset.detector", prefvalue);
+ if(prefvalue != "") {
+ window.content.location.reload();
+ }
}
}
Assignee | ||
Updated•25 years ago
|
Whiteboard: patch included, need review and approval to check in.
Frank, I'm marking this M10 as per seamonkey-leads meeting. Let me know if you
disagree.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
I have fix this and check in yesterday afternoon. Forgot to mark this fixed till
now.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•