Closed Bug 21404 Opened 25 years ago Closed 25 years ago

[Dogfood] Can not insert bullets in a blank table cell

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 22227

People

(Reporter: bijals, Assigned: mozeditor)

Details

(Whiteboard: [PDT-])

Steps:
1) Open a new/blank Composer document
2) Click the table icon and create the a default table
3) Place caret in one of the cells
4) Click the bullet icon

Actual Results: Table disappears and caret is above the chrome

Expected Results: Table cell has a bullet item
Whiteboard: [PDT-]
Putting on the PDT- radar. This functionality not need for dogfood.
Build Date/Platform: WinNT 1999120915
Assignee: cmanske → jfrancis
Looks like starting a list inside of a table cells inserts the HTML tags
incorrectly. After creating a default table and clicking on bullet list button,
the HTML output shows:
<tr valign="Top">
<td valign="Top">

<br>
</td>
<ul><li>
<td valign="Top">
<br>
</td>
</li>
</ul>
</tr>
Note that the <ul><li> is placed *before* the <td>, when they should be
child nodes of it instead.
Target Milestone: M14
setting to m14
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
this is actually a dup of 22227, though it looks a little different.


*** This bug has been marked as a duplicate of 22227 ***
Status: RESOLVED → VERIFIED
verified in 12/21 build.
You need to log in before you can comment on or make changes to this bug.