Closed
Bug 109687
Opened 24 years ago
Closed 24 years ago
Bug involving bold text (with spaces) in raster fonts within tables.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: mef, Assigned: karnaze)
References
()
Details
(Keywords: fonts)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20010913
BuildID: 2001091303
For some reason, with some raster fonts (maybe others), when inside a table, the
text in a <b></b> takes up more space than the length of the text, leaving a
large gap after the closing </b>.
I first witnessed this bug at http://web.icq.com/. See the blue on yellow text
near the top (below the yellow on blue text). The gap before the second quote
doesn't belong there.
Reproducible: Always
Steps to Reproduce:
see the included html
Actual Results:
The text:
a. . . . . . . . . b
Should have looked like:
a. . . . . . . . .b
Expected Results:
The text:
a. . . . . . . . .b
Should have looked like:
a. . . . . . . . .b
Bug involving bold text (with spaces) in raster fonts within tables.<br>
I first observed it on the front page of icq.com.<br><br>
The text:<br>
<table><tr><td nowrap>
<font face="MS Sans Serif" size="-1" color="#0500EF">a<b>. . . . . . . .
.</b>b</font>
</td></tr></table>
<br><br>
Should have looked like:<br>
<font face="MS Sans Serif" size="-1" color="#0500EF">a<b>. . . . . . . .
.</b>b</font>
Comment 1•24 years ago
|
||
I cant reproduce it on the latest build: 2001110803. Reporter can you please
check this one on the latest build and reopen if you still see a problem
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 2•24 years ago
|
||
I've upgraded to Mozilla 0.9.6 Build 2001112009
I still see the bug.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
on todays build for both win98 and win2k I do not see this. the page appears
correct and the same as IE. marking bug as WORKSFORME.
reporter, if you are still seeing this with todays build, can you please attach
a reduced testcase or at least a screenshot showing the problem?
Thank you.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•