Closed
Bug 184327
Opened 22 years ago
Closed 21 years ago
huge rendering error under not so uncommon legit situation
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: mlathoud, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
Recipe for this bug:
a link, in a table, whose label has at least a whitespace before a string not
ending but containing an accentuated character, i.e
-triggers the bug
"see, woà!"
" àa"
-does not
" àà"
"à à!"
Reproducible: Always
Steps to Reproduce:
<table border=1>
<tr><td>
<center>
<a href=about:blank> hé!</a>
</td></tr>
</table>
Actual Results:
Height of the table is probably around 65000 pix (or whatever huge value may fit).
Expected Results:
Height of a single line of text.
Slightly different circumstances, same result (taken from
http://www.exotarium.ca/vedette.htm);
change anything (font type, size, width of the cell, length of the string) and
it won't happen.
<table>
<tr>
<td width="530">
<font face="verdana" SIZE="2">
Il chasse fréquemment sur la terre ferme si
le couvert végétal est suffisant. Il
ne va guère à l'eau, sauf la nuit. Dans
certaines zones, les individus restent en groupes
près des mares, se cachant sous les racines
des arbres durant le jour.</font>
</td>
</tr>
</table>
Comment 2•22 years ago
|
||
WFM for both sites using Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.3a) Gecko/20021207 Phoenix/0.5
Hrm, a reboot fixed it! Go figure.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 4•21 years ago
|
||
worksforme is the correct resolution
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 5•21 years ago
|
||
re-resolving
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•