Closed
Bug 22327
Opened 25 years ago
Closed 25 years ago
[FLOAT] form elements overwriting left column
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: buster, Assigned: buster)
References
()
Details
(Keywords: testcase, Whiteboard: [TESTCASE])
Attachments
(2 files)
the layout of this page is really messed up. the content in the right column
overwrites the content in the left
Comment 2•25 years ago
|
||
As it turns out, there is only one table on this page. That table contains the
form input boxes, and it is 'intact'. The real problem lies (?) with the images
floated left and right on the table, and how the rest of the content is placed
on the page between them. I have a partially reduced testcase that I will
attach now.
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
The page has this "HTML pattern":
<img src="foo" align="left">
<img src="bar" align="right">
<FORM action="foobar">
<table border>
<tr>
<td>First Name*:</td>
<td><input type="text" size=30></td>
</tr>
</table>
</form>
If you move the FORM either
(1) to the top of the page (before the floated images), or
(2) place it 'inside' the TABLE
then the page lays out OK (otherwise, you get the current result,
where the FORM is placed over top of the left floated image).
Comment 5•25 years ago
|
||
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Comment 6•25 years ago
|
||
Marking it [TESTCASE]
Updated•25 years ago
|
Assignee: karnaze → kipp
Comment 7•25 years ago
|
||
The problem in the 2nd attachment is happening in the block containing the
table. The table is not responsible for its placement relatvie to the sibling
images. Reassigning to Kipp.
Summary: form elements overwriting left column → [FLOAT] form elements overwriting left column
moving kipp's bugs to M15. Some will get moved again, this is just a start.
Comment 9•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Assignee | ||
Comment 11•25 years ago
|
||
fix in hand for most of this bug, but will leave it open to examine floater
behavior in case where window is very narrow. you will not see this until I
check in the fix for bug 29595, expected 3/22/00 pm.
Whiteboard: [TESTCASE] → [TESTCASE] fix in hand
Assignee | ||
Comment 13•25 years ago
|
||
fix checked in. should be able to verify against 4/17/00 build.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: [TESTCASE] fix in hand → [TESTCASE]
Comment 15•25 years ago
|
||
Fixed in the May 30th builds.
You need to log in
before you can comment on or make changes to this bug.
Description
•