Closed
Bug 200153
Opened 22 years ago
Closed 17 years ago
Alert message displays an IDN name as a url-escaped string
Categories
(MailNews Core :: Internationalization, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: marina, Assigned: nhottanscp)
References
Details
(Keywords: intl)
Attachments
(1 file)
seen with 2003033105 build
To reproduce:
- Edit your prefs.js file with these lines:
user_pref("network.IDN_prefix", "bq--");
user_pref("network.IDN_testbed", true);
user_pref("network.enableIDN", true);
- go to File|Send page;
- click Send and get an error message;
//note: the display of the IDN in escaped chars
| Assignee | ||
Comment 1•22 years ago
|
||
reassign to nhotta
"a decomposed string" you mean encoded string like "bq--ABCDE"?
Assignee: smontagu → nhotta
let me add some steps to the test:
- after you get an error message in step 2 about the difficulties to include the
attachment (since the display of the link is garbled), send the message anyway;
- get the message;
- click on the link inside the body (its display is correct);
- get an error message, screen shot to follow
Comment 5•21 years ago
|
||
WFM on 1.7trunk on Linux.
It seems to have been fixed.
Summary: Alert message displays an IDN name as a decomposed string → Alert message displays an IDN name as a url-escaped string
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 6•17 years ago
|
||
(In reply to comment #5)
> WFM on 1.7trunk on Linux.
> It seems to have been fixed.
I believe this was fixed on SeaMonkey a while ago, bug 378991 fixed this for Thunderbird. Therefore marking as WFM.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•