Opened 18 years ago
Last modified 18 years ago
#1717 closed Bug
Table inside of Div producing unresponsive script — at Version 1
| 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 (last modified by )
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.
Change History (1)
comment:1 Changed 18 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | Confirmed added |
| Priority: | Normal → High |

Confirmed with IE and FF.