Closed
Bug 220982
Opened 21 years ago
Closed 18 years ago
{inc}Table layout reflow problem under certain circumstances (PHP?)
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
People
(Reporter: benjamin, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20030925
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20030925
As pictured in the following screenshot sometime the table is stretched
out. It happens 90% of the time on any given page (except splash page) at
http://www.clsclacsaintlouis.qc.ca/. This behaviour wasn't in 1.5 RC-1 or any
previous Mozilla versions so it has been induced between 1.5 RC-1 and 1.5 RC-2.
I can reproduce under MacOS X on multiple computers (test on 3 computers) but
can't reproduce under Windows 98 with the same version 1.5 RC-2. Pages are PHP
generated (I've tested on two different servers and got the same result), so I
guess that Moz doesn't reflow table after the page download is completed.
Reloading the page doesn't fix the problem but a force reload (shift+refload)
does. Finally a local copie of the page always loads flawless... or a static
one... http://www.clsclacsaintlouis.qc.ca/test.html
Reproducible: Always
Steps to Reproduce:
1. Browse http://www.clsclacsaintlouis.qc.ca/ under MacOS X with 1.5 RC-2
2. Browse, browse and see
3.
Actual Results:
Table stretched
Expected Results:
No stretch
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Comment 2•21 years ago
|
||
Is also in
Mozilla 1.6a
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6a) Gecko/20031001
Summary: Table layout reflow problem under MacOS X under certain circumstances (PHP?) → {inc}Table layout reflow problem under MacOS X under certain circumstances (PHP?)
Reporter | ||
Comment 3•21 years ago
|
||
I have tested nightly versions...
Mozilla 1.5b
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/2003091403
and before are OK
Mozilla 1.5b
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/2003091603
and after reproduce the bug...
I see this on winxp 2004092206 too we would need a reduced testcase here
(http://www.mozilla.org/newlayout/bugathon.html)
Keywords: qawanted
OS: MacOS X → All
Updated•20 years ago
|
Hardware: Macintosh → All
Summary: {inc}Table layout reflow problem under MacOS X under certain circumstances (PHP?) → {inc}Table layout reflow problem under certain circumstances (PHP?)
Comment 6•20 years ago
|
||
I could not get this testcase any smaller, it seems to depend on a few
different things:
- the nested table,
- floats with left or right padding or margin in another container in a table
cell,
- the width of the last column being defined in the last row.
Comment 7•18 years ago
|
||
Weirdness observed with:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120606 Minefield/3.0a (pre-reflow branch)
(Loading 'Testcase for bug 220982' and then repeatedly making font bigger and smaller with CTRL++ and CTRL+- has strange effects.)
No weirdness observed with:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120804 Minefield/3.0a1 (post-reflow branch)
(Loading 'Testcase for bug 220982' and then repeatedly making font bigger and smaller with CTRL++ and CTRL+- doesn't incrementally widen the cell width. Or something.)
-->RESOLVED FIXED ?
Depends on: reflow-refactor
Comment 8•18 years ago
|
||
Bug occurs in SeaMonkey 2006120701 (pre reflow branch) on Linux.
Bug does not occur in SeaMonkey 2006120801 (post reflow branch) on Linux.
-> FIXED (by the reflow branch landing)
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
Updated•12 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•