Closed
Bug 18192
Opened 25 years ago
Closed 24 years ago
vertical alignment of table cell elements incorrect
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M17
People
(Reporter: karnaze, Assigned: karnaze)
References
()
Details
(Keywords: verifyme)
Attachments
(1 file)
734 bytes,
text/html
|
Details |
The radio buttons are not valigned with their labels. The following illustrates
the problem. Pierre, I'm not sure how style should be pushed down into cell
content.
<BASE HREF="http://www.earthlink.com/">
<table border>
<tr>
<TD valign=middle bgcolor="#CCCCCC"><INPUT type="radio">
<IMG src="http://corp-img.earthlink.net/www.eln/graphics/the_web.gif"
alt="Thee Web" width="40" height="25" border="0" align="ABSMIDDLE">
</tr>
</table>
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15
Comment 1•25 years ago
|
||
Moving table bugs to M15 just to see how many we have.
Comment 2•25 years ago
|
||
Block-moved to attinasi the bugs related to style inside tables
Assignee: pierre → attinasi
Status: ASSIGNED → NEW
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 3•25 years ago
|
||
Chris, it looks like the alignment is set correctly on the TD, so I'm thinking
that there is no style issue here. Isn't it the table's job to honor the
alignment once it is set? Please advise...
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
I just added a testcase showing how table vertical alignment varies depending on
the height of the table cell. This is strange: if the cell is large enough it
valigns just fine, if not (or if unspecified) it fails to valign. This is
looking more and more like a table bug...
Assignee | ||
Comment 6•25 years ago
|
||
Yes, it is a table bug. Reassigning to myself.
Assignee: attinasi → karnaze
Status: ASSIGNED → NEW
Target Milestone: M15 → M17
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•24 years ago
|
||
I'm not seeing the problem in the test case or url.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 9•24 years ago
|
||
Verified
Platform: PC
OS: Windows 98
Mozilla Build: 2000101020 M18 Trunk Build
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•