Closed Bug 46953 Opened 24 years ago Closed 24 years ago

cant put percent width to table cells in editor

Categories

(Core :: DOM: Editor, defect, P4)

x86
Linux
defect

Tracking

()

VERIFIED WORKSFORME

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.
assigning to cmanske
Assignee: beppe → cmanske
Keywords: correctness
Setting nsbeta3+
Status: NEW → ASSIGNED
Keywords: nsbeta3
Whiteboard: [nsbeta3+] [p:4]
Target Milestone: --- → M18
setting priority
Priority: P3 → P4
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: 24 years ago
Resolution: --- → WORKSFORME
verified in 8/21 build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.