Opened 17 years ago
Last modified 17 years ago
#1717 closed Bug
Table inside of Div producing unresponsive script — at Initial Version
Reported by: | Matthew Leffler | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | FCKeditor 2.6 |
Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description
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.