CK4.41 to 4.4.5: In the image properties dialog Link page, I find that clicking the Browse Server button issues a call to the config.filebrowserImageBrowseUrl property. Which restricts the user to selecting image files only as links. Although an image is a valid link, Most users would expect to see a list of webpages here.
The button calls: [browse url]?type=images&CKEditor=editable&CKEditorFuncNum=1&langCode=en-gb
There is a 5yo fixed ticket http://dev.ckeditor.com/ticket/4987 that describes the same problem. Could the issue have resurfaced?
I though at first it might have been a bug in our own file browser code, but then I noticed that the online demo does the same thing.
Hi,
Hi,
Please use this configuration option: http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-filebrowserImageBrowseLinkUrl.
By default this option is used http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-filebrowserImageBrowseUrl but you can alter this behaviour exactly the same way as described in ticket http://dev.ckeditor.com/ticket/4987.
Thanks
I can confirm, that fixes the problem. Though, the online demo needs fixing.