Closed
Bug 48767
Opened 25 years ago
Closed 25 years ago
FORM elements in TABLE placed on top of each other
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: MatsPalmgren_bugz, Assigned: karnaze)
References
()
Details
(Keywords: testcase, top100)
Attachments
(4 files)
OVERVIEW:
FORM elements in TABLE placed on top of each other.
STEPS TO REPRODUCE:
1. load the URL or testcase
ACTUAL RESULTS:
The "Search" button is placed on top of the textfield.
DOES NOT WORK CORRECTLY ON:
Mozilla nightly build 2000-08-12-08 on Windows 98 SE.
WORKS CORRECTLY ON:
Communicator 4.74, IE 5.00 and Opera 4.01 on Windows 98 SE.
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 3•25 years ago
|
||
It also workes at 2000080714 under WinNT.
Comment 4•25 years ago
|
||
The markup is forcing the right-hand column to be as small as possible. Mozilla
is choosing to make the search field only 1-character wide. This isn't the same
as the search button being "on top of" the input field. I don't think that
Mozilla should be ignoring the size attribute of a text input.
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
This can sometimes be seen on the CNN main page, Top 100. Since it's dynamically
generated, it's not there now (next time, I'll be sure to get a screen shot).
What I see is a button's label being half on the button and half off the button.
| Reporter | ||
Comment 7•25 years ago
|
||
Comment 8•25 years ago
|
||
nominating for nsbeta3....
this looks awful and has high visibility
Keywords: nsbeta3
Comment 9•25 years ago
|
||
Comment 10•25 years ago
|
||
The CNN layout problem is caused by invalid markup and is addressed in Bug
48057.
It appears that this bug has been fixed. It doesn't show up in any testcases.
Closing out, marking FIXED.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•