Closed
Bug 150579
Opened 22 years ago
Closed 22 years ago
<table><img><font> text missing problem
Categories
(Core :: Layout, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: opi, Assigned: attinasi)
Details
Attachments
(1 file, 1 obsolete file)
541 bytes,
text/html
|
Details |
Sometimes mozilla forget to draw text or draw it incomplete or overwrite it.
If you change font size with Ctrl+, Ctrl- then it will be drawn correctly but if
you reload then and Text Zoom is <=100% the text will again go away. Is Text
Zoom >100% then all is drawn correctly (also after reload).
In the following testcase I've insert border="1" to see the tables.
If you remove one of the other parameters the bug disappers!
Note the comment tag is needed! If you replace the comment Tag with "<br>text"
or such thinks it looks more crazy.
<table border="1">
<tr>
<td>
<table width="100%" border="1">
<tr>
<td valign="top">
<img src="gifs/dot_clear.gif" width="1" height="1" align="right" hspace="80">
<font size="2">Text...text text text...text text
<!-- -->
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
Using 2002060908 on Win95 ... possible that it is a problem on all OS's
Reporter | ||
Comment 1•22 years ago
|
||
Updated•22 years ago
|
QA Contact: petersen → amar
Comment 2•22 years ago
|
||
Works fine on branch build with WIN2K. Is it win98 specific problem?
Priority: -- → P5
Reporter | ||
Comment 3•22 years ago
|
||
hmmm, see this bug also on Debian Linux with 2002061014 so it is not win98
specific problem. Change OS to all.
comment #2 have you realy seen the text in the tables by using the testcase??
Screen resolution:
on win95 was 800x600
on linux was 1024x768
OS: Windows 95 → All
Reporter | ||
Comment 4•22 years ago
|
||
Have today try it with 2002061908 and see no problem any more on win95 any
resolution (tested 640x480 up to 1024x768 with 256 up to 24bit color)
Will try it later at work on my linux box.
Reporter | ||
Comment 5•22 years ago
|
||
I`ve now a new testcase ... a little bit different but same problem ... I miss
the text but this time it doesn't change on changeing Zoom.
Try it with 2002071104 on win95 on different screen resolutions. (up to 1024x768)
<html><body>
<table border="1"><tr><td>
<table width="100%" border="1"><tr><td>
<img src="" width="1" height="1" align="right">
<font size="3">Text...text text <br> text...text text
</font>
</td></tr></table>
<table width="100%" border="1"><tr><td>
<img src="" width="1" height="1" align="right">
<font size="3">Text...text text text...text text xxxxxxxxxxxxxxx
xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx
</font>
</td></tr></table>
</td></tr></table>
</body></html>
Reporter | ||
Comment 6•22 years ago
|
||
Attachment #87088 -
Attachment is obsolete: true
Comment 7•22 years ago
|
||
WFM with 2002091008/trunk/win2k.
reporter (Alexander): can you reproduce this bug with a recent build of mozilla
(for example, 1.1)? if so, please comment again with details. if not, please
resolve this bug as WORKSFORME. thanks.
Comment 8•22 years ago
|
||
resolve per comment 4. comment 5 is for a different problem.
reporter, please search in bugzilla to see if comment 5 is covered
by another bug report
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•