Changes between Initial Version and Version 1 of Ticket #14424
- Timestamp:
- Feb 23, 2016, 9:44:51 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14424
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #14424 – Description
initial v1 1 1 == Problems == 2 2 3 Popup is a nutility used internally by various CKEditor plugins. It does the job but it is pretty useless when there's some complex case to handle.3 Popup is a utility used internally by various CKEditor plugins. It does the job but it is pretty useless when there's some complex case to handle. 4 4 5 5 1. http://stackoverflow.com/questions/35493182/how-do-i-control-where-ckeditor-api-opens-a-new-new-window-for-the-filebrowserbr – Popup plugin [https://github.com/ckeditor/ckeditor-dev/blob/cce5ef6e8583e25392e3910b808d63f493f1d0ad/plugins/popup/plugin.js#L39-L61 overrides any geometry] passed with `options` argument. So setting `editor.config.fileBrowserWindowFeatures` is useless, because whatever `width|height|top|left` is passed there, it will be discarded anyway.