Closed
Bug 69382
Opened 25 years ago
Closed 24 years ago
alternating table rows missized
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jmullman, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(4 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8) Gecko/20010215
BuildID: 2001021508
Every other table row is squished up into small <td>s.
The page to start from is: http://gil.gasou.edu do a search on anything and you
will get the results.
Reproducible: Always
Steps to Reproduce:
1.go to http://gil.gasou.edu
2.do a search on anything
3.Viola!
Actual Results: Every other table row has it's <td>s squished into a small
percentage of the space set forth by the code ie: width="100%"
Expected Results: All of the <tr> should have been shown as width="100%"
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Was able to narrow down the problem -- this behavior is being caused by <input
type="hidden"> fields as children of <tr> elements (siblings of <td>'s). Taking
out or moving these fields eliminates the problem. The problem only occurs when
the hidden field is the first child of the <tr> element.
Attaching simplified testcase.
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
Reporter what should the testcase show exactly/
| Reporter | ||
Comment 8•25 years ago
|
||
Visual confirmation accepted.
Comment 9•24 years ago
|
||
WFM on 2001040604 Win98. The first testcase looks identical to the attatched
Net 4.7 image. Loading the supplied URL also looks good.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•