Closed
Bug 290467
Opened 20 years ago
Closed 17 years ago
Problem with <PRE> tag in firefox ,Not displaying content properly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: K3HCL, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
477 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
The page display with the PRE tag works fine but not in Firefox.The text in the
pre tag is ovelayed by the images in the next td tag.
Reproducible: Always
Steps to Reproduce:
1.Add a pre tag with content in it, to table withn the td tag
2.Next add some images in the next tags
3.If u see the page the images will be overlayed on the text
<table>
<tr><td> <pre class="fontclass"></pre></td></tr>
<tr><td> add some images </td></tr>
</table>
Comment 1•20 years ago
|
||
satya, Can you please attach a testcase to this bug exhibiting this problem, Thanks
Comment 2•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050415
Firefox/1.0+
testcase WFM
Comment 3•20 years ago
|
||
WFM here, also in FF 1.0.3 the whitespace between text and table cell is a bit
smaller than in current trunk.
Comment 4•20 years ago
|
||
Problem is not only within table, but with every <PRE> tag.
Updated•20 years ago
|
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.0 Branch
WFM from Fx2 to current trunk. A lot of bugs similar to what's described were fixed in the last few major releases.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•