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
Change History
Changed 2 years ago by shyrkov
- Attachment ckeditor-7616.patch added
Note: See
TracTickets for help on using
tickets.

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