Open
Bug 363443
Opened 18 years ago
Updated 3 years ago
[reflow branch] Page broken on post - reflow branch builds --- table-layout: fixed
Categories
(Core :: Layout: Tables, defect)
Tracking
()
NEW
People
(Reporter: sendmail.to, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
312 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/2006121004 Minefield/3.0a1
There is a problem with site rendering on www.airliners.net with the trunk after landing of the reflowbranch (using Gecko/20061210)
Load a photo list page like:
http://airliners.net/search/photo.search?daterange=day&sort_order=views+desc
In this page is a table with three columns.
In the left column you see photo previews.
Middle column is empty.
And in the right column you see advertisement.
On this Browsers the table is centered
Firefox 2.x
IE7
Opera 9
and pre-reflow branch trunk builds
But on a trunk (post-reflow branch) build, the left and right column are not centered.
I wrote a minimum testcase, which is on Firefox 2 and Opera 9 centered but not on IE7. So I am not 100% sure if this testcase shows the same problem that broke airliners.net
Reproducible: Always
Feel free to give this bug a better Summary.
I will attach a testcase soon.
| Reporter | ||
Comment 1•18 years ago
|
||
I had trouble to attach the testcase.
Testcase:
<html>
<body>
<center>
<table style="table-layout: fixed;">
<tr>
<td> test test test test </td>
<td> </td>
<td>
<iframe/>
</td>
</tr>
</table>
</center>
</body>
</html>
Comment 2•18 years ago
|
||
Updated•18 years ago
|
Keywords: testcase
Summary: Page broken on post - reflow branch builds --- table-layout: fixed → [reflow-factor] Page broken on post - reflow branch builds --- table-layout: fixed
Updated•18 years ago
|
Severity: major → normal
Keywords: regression
Updated•18 years ago
|
Summary: [reflow-factor] Page broken on post - reflow branch builds --- table-layout: fixed → [reflow branch] Page broken on post - reflow branch builds --- table-layout: fixed
Updated•18 years ago
|
Blocks: reflow-refactor
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•17 years ago
|
||
Assuming that the table should be centered with the test text like it is with Fx 3.0.3, Opera, and Chrome, then I would say yes. If IE7's behavior is correct, then no.
this is question if a fixed layout table wihtout a width becomes auto (as the old css 2 spec requires) or behaves more like div with width:auto (thats what IE does).
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•