Closed
Bug 23841
Opened 26 years ago
Closed 26 years ago
Incorrect aligning right of text on button in table cell
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: avix, Assigned: karnaze)
References
Details
(Keywords: testcase, Whiteboard: [TESTCASE])
Attachments
(3 files)
<table border="0" cellPadding="4" cellSpacing="0" width="320">
<tr>
<td width="50%"><input type="submit" value="continue"></td>
<td align="right" width="50%"><input type="reset" value="clear form"></td>
</tr>
</table>
Comment 1•26 years ago
|
||
In M12, the text on an <input> button is aligned right when it is contained in a
table cell whose <td> is set align=right.
The correct behaviour would be (IMO ;-) that the button should be aligned right,
but the text should be centered on the button.
For some reason, 2000011708 (Win32) doesn't want to display my test case at all,
but it WORKSFORME in 2000012208, so I'll attach the test case anyway and resolve
it as such.
This bug is the same idea as Bug 20803, which I resolved WORKSFORME because it
does... perhaps the same fix sorted them both?
Gerv
Status: NEW → RESOLVED
Closed: 26 years ago
Keywords: testcase
Resolution: --- → WORKSFORME
Summary: table with right align display error → Incorrect aligning right of text on button in table cell
Whiteboard: [TESTCASE]
Comment 2•26 years ago
|
||
Comment 5•3 years ago
|
||
Comment 6•3 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•