Closed
Bug 57092
Opened 25 years ago
Closed 24 years ago
space in between form elements causes cell to be too high
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: chrispetersen, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
Build: 2000101608
Platforms: All (More pronounced on Mac)
Expect results: Form element should be inline with other elements in the TD.
What I get:
(Mac) The input element wraps down below the first input element. This causes a
abc logo graphic in another TD to misalign in the table.
(Win and Linux) Both input elements remain in the TD, both there is gap above and
below the abc graphic logo.
Steps to reproduce:
1) Go to http://www.abc.go.com
2) Notice the gap in abc in the upper left location on page.
3) I believe the gap on Windows is cause but the height of the input element in
the td.
4) With Mac version, the gap is caused by the second input which is wrapping down
to next line.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
| Reporter | ||
Updated•25 years ago
|
QA Contact: bsharma → petersen
Comment 3•25 years ago
|
||
In the tescase I will be attaching note that there is a single space in between
the input text and the input hidden. If I remove the space the row is the
correct height, or for that matter if I remove hidden field it is the correct
height.
Summary: Form input element causes table to misalign. → space in between form elements causes cell to be too high
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 6•24 years ago
|
||
wfm 10/5/1 win2k.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•