Ticket #1717 (closed Bug: fixed)
Table inside of Div producing unresponsive script
| Reported by: | mattleff | Owned by: | fredck |
|---|---|---|---|
| Priority: | High | Milestone: | FCKeditor 2.6 |
| Component: | Core : Styles | Version: | SVN (FCKeditor) |
| Keywords: | Confirmed Review+ | Cc: |
Description (last modified by fredck) (diff)
Tested on Firefox 2.0.0.11 and Internet Explorer 7
To reproduce:
- Go to nightly sample editor
- Paste into the source the following code:
<div><span class="text">
<table>
<tbody>
<tr>
<td>test</td>
</tr>
</tbody>
</table></span></div>
- Click the source button to return to wysiwyg mode.
- Ctrl+a to select all.
- Select Normal from the format drop-down.
The browser will return an unresponsive script alert.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
