Closed
Bug 172052
Opened 22 years ago
Closed 20 years ago
No line break in some case when combine double byte with single byte characters
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: amyy, Assigned: jshin1987)
References
(Blocks 1 open bug, )
Details
(Keywords: intl)
Attachments
(3 files)
Build: 10-01 trunk build and N7.0
When load page http://www.nikkei.co.jp, there are some news lines don't break,
and overlapped with right side columns, while on IE those lines will break.
I'll attach a screen shot for detail.
By looking into the page source code:
<double byte><!-- /headline --> (06:45)
- this combined double byte with single byte characters, won't line break.
However, if:
<double byte> (06:45)
- double byte characters with spaces, followed by single byte characters, then
will break.
I'll atttach test case later.
Reporter | ||
Comment 1•22 years ago
|
||
Please compare the display between IE and Netscape.
Reporter | ||
Comment 2•22 years ago
|
||
line can be breaked before "(".
Reporter | ||
Comment 3•22 years ago
|
||
line can not be break right after double byte.
Assignee | ||
Updated•22 years ago
|
Depends on: line-breaking
Assignee | ||
Updated•21 years ago
|
Blocks: line-breaking
No longer depends on: line-breaking
Comment 4•20 years ago
|
||
I think both roy and me are off mozilla for more than 2 years. If these bugs are
still here now, I think the real stauts is 'won't fix'. If you want to reopen
it, please find a new owner for it first.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Comment 6•20 years ago
|
||
Mass Re-opening Bugs Frank Tang Closed on Wensday March 02 for no reason, all
the spam is his fault feel free to tar and feather him
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 7•20 years ago
|
||
Reassigning Franks old bugs to Jungshik Shin for triage - Sorry for spam
Assignee: nobody → jshin1987
Status: REOPENED → NEW
Assignee | ||
Comment 8•20 years ago
|
||
WFM with Firefox 1.0.x
Status: NEW → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•