Closed
Bug 391363
Opened 18 years ago
Closed 17 years ago
CSS overflow:visible causes vertical content to be incompletely rendered
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ehclark, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
When the CSS overflow attribute is set to 'visible' on an enclosing DIV, dynamically setting the DIV content via the innerHTML property in some cases does not cause the content to be completely rendered. Only content that is short (does not consume much vertical space) seems to be affected. When the overflow attribute is set to 'auto', this problem does not occur.
Below is a code snippet of the HTML in question:
<div class="tabbedTable" id="tabbedTable">
<table class="detailsTable">
<tbody>
<tr>
<td class="label">Test Code:</td>
<td class="data" colspan="3">lmBRAF-km_L</td>
</tr>
<tr>
<td class="label">Name:</td>
<td class="data" colspan="3">BRAF Known Mutation</td>
</tr>
</tbody>
</table>
</div>
I also have screenshots of the two states which I will attempt to attach to this report.
Reproducible: Always
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Updated•18 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Eugene, are you still able to reproduce this bug in the latest Firefox 3.0 and/or trunk?
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•