Ticket #7616 (new New Feature)

Opened 2 years ago

Support window name in the popup plugin

Reported by: shyrkov Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: popup windowName Cc:

Description

With the following changes the popup plugin was extended with window features, but it is still impossible to specify the popup windowName. It would be nice to add support for it, otherwise the file browser is opened in a new window each time (even if the corresponding window is already opened).

The popup function in the CKEditor/trunk/_source/plugins/popup/plugin.js can be adjsuted to accept windowName:

popup : function( url, width, height, options, windowName )

Thank you in advance!

Attachments

ckeditor-7616.patch (2.4 KB) - added by shyrkov 2 years ago.
Attached the patch (ckeditor-7616.patch) against current trunk (last revision was 6829)

Change History

Changed 2 years ago by shyrkov

Attached the patch (ckeditor-7616.patch) against current trunk (last revision was 6829)

Note: See TracTickets for help on using tickets.
© 2003 – 2012 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy