Closed
Bug 67206
Opened 24 years ago
Closed 24 years ago
Newline renders as a vertical line "|" when conbined with intl char in alert
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
People
(Reporter: bugzilla, Assigned: jst)
Details
(Keywords: intl)
Attachments
(1 file)
240 bytes,
text/html
|
Details |
If an alert contains intl chars a newline (char 13) the newline is rendered as a
vertical line (|).
The alert with intl chars is rendered as:
æ|æ
while in both Netscape 4.x and IE the alert is rendered as:
æ
æ
Build 20010130 on Win2k
testcase:
alert("æ" + String.fromCharCode(13) + "æ" + String.fromCharCode(13));
alert("a" + String.fromCharCode(13) + "a" + String.fromCharCode(13));
The testcase shows:
On mozilla:
æ|æ
aa
On Netscape 4.x and IE:
æ
æ
a
a
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
cc momoi
Assignee | ||
Comment 4•24 years ago
|
||
Yup, it's a dup
*** This bug has been marked as a duplicate of 55468 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•24 years ago
|
||
Verified as dup.
You need to log in
before you can comment on or make changes to this bug.
Description
•