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)

defect

Tracking

()

VERIFIED FIXED

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.
Status: NEW → ASSIGNED
Target Milestone: M11
QA Contact: teruko → amasri
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(); + } } }
Whiteboard: patch included, need review and approval to check in.
Blocks: 14356
Frank, I'm marking this M10 as per seamonkey-leads meeting. Let me know if you disagree.
Target Milestone: M11 → M10
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I have fix this and check in yesterday afternoon. Forgot to mark this fixed till now.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.