Opened 15 years ago
Closed 15 years ago
#4754 closed Bug (duplicate)
Context menu is not showing when editor is destroyed and recreated
Reported by: | dacik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Context Menu | Version: | 3.0.1 |
Keywords: | Cc: |
Description
First of all sorry for my bad english.
Here are steps which should recreate this bug:
- create editor with replace method on textArea element
- click right mouse button to open context menu
- destroy editor
- recreate editor with replace method on the same textArea element
- click right mouse button to open context menu (context menu is not showing anymore)
Firefox 3.5.1 reports an error this.$ is undefined in ckeditor.js
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Keywords: | context menu editor recreate not showing removed |
---|---|
Milestone: | CKEditor 3.x |
Resolution: | → duplicate |
Status: | new → closed |
DUP of #4552.