Opened 17 years ago
Closed 17 years ago
#3157 closed Bug (fixed)
Smiley plugin causes browser to hang
| Reported by: | Damian | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | Confirmed IBM Review+ | Cc: |
Description
Most browsers hang or crash when accessing the smiley feature on a subsequent instance of the editor.
Steps to reproduce:
- Open Ajax example
- Use smiley plugin to add smiley to the document.
- Destroy the editor
- Create new editor
- Attempt to add a smiley
Result: Most browser will hang or crash at this point. Possibly related to a recursion issue.
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by
| Keywords: | Confirmed added |
|---|---|
| Owner: | set to Garry Yao |
| Status: | new → assigned |
comment:2 Changed 17 years ago by
| Keywords: | Review? added |
|---|
Changed 17 years ago by
| Attachment: | 3157.patch added |
|---|
comment:3 Changed 17 years ago by
| Keywords: | Review+ added; Review? removed |
|---|

The problem is caused by dialog registration system, which is independent of the editor instances.