Ticket #1603 (closed Bug: fixed)
Certain markup causes infinite loop in Javascript
| Reported by: | dustball | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | General | Version: | FCKeditor 2.5 |
| Keywords: | Review+ | Cc: |
Description
1. Load the demo at http://www.fckeditor.net/demo in Firefox and paste in the following code in Source mode:
<div style="text-align: center;">
<font size="6">
<font size="2">
Hello
</font>
</font>
<div style="text-align: right;">
There
</div>
</div>
2. Click on "Hello"
3. Click the Left Justify button
The browser freezes.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.