Closed
Bug 67902
Opened 24 years ago
Closed 22 years ago
Wide font text overwrites narrow font text next to it
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.2alpha
People
(Reporter: tronic2, Assigned: attinasi)
References
()
Details
(Keywords: fonts, testcase)
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20010131
BuildID: 2001013104
Text with wider font in middle of text written with narrow font overwrites the
narrow font text right of it.
Reproducible: Always
Steps to Reproduce:
Use the HTML-code in "Additional Information".
Following code (alone, or in proper html-file with headers) looks bad.
-- starts here --
[p align="justify"]Normal text[b]some bold(wide) text[/b]overwritten normal text
-- ends here --
I used [ and ] in this bugreport. Remember to change those.
My fonts are:
Sans: MS Sans
Sans Serif: MS Sans Serif
Comment 1•24 years ago
|
||
I can confirm this with build 2001021008. It depends on the fonts used for this
to show up, using Times new roman and Arial it works correctly. It might only
depend on the Sans font not the Sans serif but I'm not positive about that.
Comment 2•24 years ago
|
||
changing the component to 'Layout'.
Assignee: clayton → karnaze
Component: HTML Element → Layout
QA Contact: bsharma → petersen
Target Milestone: --- → mozilla0.8.1
Comment 5•24 years ago
|
||
Reassigning to Pierre.
Assignee: karnaze → pierre
Target Milestone: mozilla0.8.1 → mozilla1.0
Comment 6•24 years ago
|
||
Not sure if this is related but there are many scenarios when hyperlinks are
overwritten by the text before and after them on my machine
(Linux mandrake8.0 i686) with builds for a long time till now (2001051921).
The text under the slashdot.org heading on this page is an example:
http://linuxstart.com/news.html
The links on this page exhibit it too:
http://www.mandrakesoft.com/
(there is also the text flowing to the right of the end of the table seen on
this page)
Screenshots to follow.
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
Comment 9•23 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.5+) Gecko/20011022
Comment 10•23 years ago
|
||
The problem can still be reproduced on Win98 with a 2001-10-22-03 build using
the "MS Serif" or "MS Sans Serif" font at different sizes.
It looks like we don't measure the middle string with the bold attribute.
Inline Layout problem -> attinasi
Assignee: pierre → attinasi
Comment 11•23 years ago
|
||
Note: the problem was reproduced with the attached testcase but not with the 2
URLs above.
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.2
Comment 12•23 years ago
|
||
WFM using the font settings described by Pierre, Win XP Build 2002071708, with
the testcase. Can someone else re-examine?
Keywords: fonts
Comment 13•22 years ago
|
||
wfm also, marking as such.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•