Closed
Bug 28591
Opened 25 years ago
Closed 25 years ago
Japanese filename title isn't display well via Composer
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: m_kato, Assigned: cmanske)
References
Details
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
- env.
I tested on Windows NT 4.0SP6a JPN, but this problem will occur on all
platform.
- repro step
1. run Composer
2. select [Open File...]
3. select Japanes filename's html (ex. ソフトウェア.html)
4. incorrect filename is displayed on window titlebar (ex. untitled
[?t?g?E?F?A.html] - Composer)
- desc.
When <TITLE> element doesn't exist in HTML, Composer displays filename on
titlebar. If <TITLE> element exists in HTML, this problem doesn't occur.
I created a patch, but this patch depends on the patch of BUG 6770. So, at
first, we should fix BUG 6770!
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Same with russian (cyrillic).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•25 years ago
|
||
Reassign to Charley.
Charley--please review the patch / attachment for this bug as well as the patch
for bug #6770.
Assignee: brade → cmanske
Target Milestone: M15
Assignee | ||
Comment 5•25 years ago
|
||
After quick review, it all looks good to me.
Will wait for M15 to test some more.
Status: NEW → ASSIGNED
Reporter | ||
Comment 7•25 years ago
|
||
BUG 6770 is fixed.
But, the additional function is: GetLeafName(nsString); (not GetLeafUniName)
Assignee | ||
Comment 8•25 years ago
|
||
Checked in 4/4
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•