Opened 15 years ago

Closed 15 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:

  1. Open replacebyclass.html
  2. Run the follow script in any JavaScript console or in the URL bar:
    CKEDITOR.instances.editor1.openDialog('testOnly');
    
  3. JavaScript error.

Attachments (1)

2805.patch (828 bytes) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by Martin Kou

Attachment: 2805.patch added

comment:1 Changed 15 years ago by Martin Kou

Keywords: Review? added

comment:2 Changed 15 years ago by Martin Kou

#2790 depends on this ticket.

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [2987].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy