Closed
Bug 46953
Opened 25 years ago
Closed 25 years ago
cant put percent width to table cells in editor
Categories
(Core :: DOM: Editor, defect, P4)
Tracking
()
VERIFIED
WORKSFORME
M18
People
(Reporter: tomi.leppikangas, Assigned: cmanske)
Details
(Whiteboard: [nsbeta3+] [p:4])
In editor you cant put percent width to table cells in table
cell properties dialog.
To reproduce:
1. Start editor
2. Make 1x2 table
3. Select first cell, go Format->Table cell properties and change
width to 50%, click Ok.
5. Go to Debug->Output HTML
Results:
<table cellpadding="2" cellspacing="2" border="1">
<tbody>
<tr valign="Top">
<td valign="Top" width="50"><br>
</td>
<td valign="Top"><br>
</td>
</tr>
</tbody>
</table>
Tested with build 2000072908 in linux.
Comment 2•25 years ago
|
||
Setting nsbeta3+
| Assignee | ||
Comment 4•25 years ago
|
||
This seems to be working now. I'll be doing some more work with table dialog
anyway, and wil make sure this works as well.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•