Closed
Bug 119279
Opened 24 years ago
Closed 24 years ago
Changing auto-detector status doesn't reload the message automatically
Categories
(MailNews Core :: Internationalization, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: ji, Assigned: rchen)
Details
(Keywords: intl)
Attachments
(1 file)
|
685 bytes,
patch
|
nhottanscp
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
With the current trunk build, turning on auto-detector on mail window doesn't
reload the message.
Steps to reproduce:
1. Launch Mail, and make sure auto-detector is off on Mail window.
2. Have a japanese mail which doesn't have charset info in message body.
3. Turn on auto-detector to Japanese. The message is not reloaded automatically.
The user needs to reload the message manually.
On browser window, changing auto-detector state will reload the page automatically.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Nominating for nsbeta1 since it's very inconvenient and confusing to users, and
this problem doesn't exist on browser window.
Keywords: nsbeta1
-> rchen.
Assignee: nhotta → rchen
Status: ASSIGNED → NEW
Target Milestone: --- → mozilla0.9.9
Because SelectDetector is set to false in MailMultiplexHandler(event), it won't
reload the page. After set to true, it will reload just fine.
Naoki, do you know why it was set to false at beginning?
Force mailnews to reload the page after user turns on the auto detector.
Comment 7•24 years ago
|
||
Comment on attachment 66313 [details] [diff] [review]
patch for bug fix
r=nhotta
Attachment #66313 -
Flags: review+
Summary: Changing auto-detector state doesn't reload the message automatically → Changing auto-detector status doesn't reload the message automatically
Comment 9•24 years ago
|
||
Comment on attachment 66313 [details] [diff] [review]
patch for bug fix
sr=alecf
Attachment #66313 -
Flags: superreview+
| Assignee | ||
Comment 10•24 years ago
|
||
checkin.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 11•24 years ago
|
||
Verified with 02/04 trunk builds. It's fixed.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•