Opened 16 years ago
Closed 16 years ago
#2805 closed Bug (fixed)
JavaScript error in dialogui plugin
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Review+ | Cc: |
Description
Line 395 in _source/plugins/dialogui/plugin.js refers to an unbound "this" in an inner function. This causes errors when the dialog system is creating radio button groups in dialogs.
To reproduce:
- Open replacebyclass.html
- Run the follow script in any JavaScript console or in the URL bar:
CKEDITOR.instances.editor1.openDialog('testOnly');
- JavaScript error.
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | 2805.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
#2790 depends on this ticket.