Closed
Bug 423357
Opened 17 years ago
Closed 17 years ago
overflow:hidden not working in table
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 409736
People
(Reporter: thbley, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
horizontal scrollbar appears in FF3b4, FF2 is ok.
<html><body>
<table><tr>
<td style="width:100%;">
<div style="overflow:hidden;">
<script>
for (var i=0; i<300; i++) document.write("a");
</script>
</div>
<td></tr>
</table>
</body></html>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Component: General → Layout: Tables
Product: Firefox → Core
QA Contact: general → layout.tables
Summary: Text-Wrapping not working in table → overflow:hidden not working in table
Version: unspecified → Trunk
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•