Closed
Bug 50163
Opened 25 years ago
Closed 25 years ago
cant put pixel width to table cells in editor
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: tomi.leppikangas, Assigned: cmanske)
Details
In editor you can't put pixel 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 40 pixel, click Ok.
5. Go to Debug->Output HTML
Results:
<table cellpadding="2" cellspacing="2" border="1" width="100%">
<tbody>
<tr valign="Top">
<td valign="Top" width="40%"><br>
</td>
<td valign="Top"><br>
</td>
</tr>
</tbody>
</table>
This is allmost same bug as bug #46953, but other way around.
Tested with build 2000082406 in linux.
Assignee | ||
Comment 1•25 years ago
|
||
Ugh! Finally found the real cause for this and 46953. Fix is in my tree.
Since I'll be doing lots of Table Dialog repair, I'm going to simplify the
bug management by letting 47691 cover all issues in this dialog.
*** This bug has been marked as a duplicate of 47691 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•