Closed
Bug 650
Opened 27 years ago
Closed 26 years ago
resizing window horiz. changes table layout incorrectly
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: buster, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE] bugzilla@dimp.com - problem no longer exists?)
Attachments
(1 file)
(deleted),
text/html
|
Details |
load up www.yahoo.com; wiggle around the right edge of the window. notice how
the right most table cell bounces around...if
you turn on visual debugging you can see the bug more clearly...
the problem here is cells that are specified to be their minimum size (in this
case, with width=1%) are being enlarged to fluff out the table. These cells
need to be skipped in the "too narrow" case of constrained layout.
Updated•26 years ago
|
Component: Unknown → HTMLTables
This is marked as Resolved with no resoluion. Is this bug invalid...or to be
reopened?
I have no idea why this bug was ever marked resolved. I very much doubt it's
still a problem. Could somebody in QA please retest with latest build?
Assigning to karnaze just to make him aware of the indefinate state of this bug.
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] bugzilla@dimp.com
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] bugzilla@dimp.com → [TESTCASE] bugzilla@dimp.com - problem no longer exists?
Comment 4•26 years ago
|
||
Comment 5•26 years ago
|
||
I believe the problem described in this bug report no longer exists.
The current http://www.yahoo.com/ home page does not contain either 'width=1%'
or 'width="1%"'. So I created a simple test file with two columns, and added
width="1%" to the right hand column, and tested that. I played around and did
not find the problem described by this bug report.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•