Closed
Bug 181156
Opened 23 years ago
Closed 22 years ago
table width not 100% when requested within div with overflow: auto and height: 100%
Categories
(Core :: Layout: Tables, defect, P4)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mozilla, Assigned: roc)
Details
(Keywords: testcase)
Attachments
(1 file)
|
2.31 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016
When using height: 100% and overflow: auto on a <div>, tables inside the <div>
are not rendered at 100% width when requested. Using an absolute height: 100px
the tables inside the <div> are rendered correctly.
Reproducible: Always
Steps to Reproduce:
see attached example
Actual Results:
incorrect table width rendering
Expected Results:
100% width table rendering
| Reporter | ||
Comment 1•23 years ago
|
||
two styles showing the problem.
| Reporter | ||
Comment 2•23 years ago
|
||
While verifying the attachement, the problem did not occur. After reloading the
page, the table was again not rendered at 100% width.
Comment 3•23 years ago
|
||
With linux build 2002-11-20-09 both tables are the same width and that width is
not 100%. roc? any ideas?
| Assignee | ||
Comment 4•23 years ago
|
||
It's probably mine.
Assignee: table → roc+moz
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•23 years ago
|
Priority: -- → P4
| Reporter | ||
Comment 5•22 years ago
|
||
This problem seems to have gone away. I guess it can be closed.
But I've opened a new bug (#222964) which introduces a new overflow problem
related to tables and div's.
Comment 6•22 years ago
|
||
Yeah, this is now worksforme.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•