﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6206	Image plugin not taking filebrowserImageBrowseUrl as an argument	Tony		"This patch follows up on this :
http://dev.ckeditor.com/ticket/4987
bug, which is related to these :
http://dev.ckeditor.com/changeset/5096
changes and adapts the image plugin to use editor.config.filebrowserImageBrowseUrl in the same way as editor.config.filebrowserImageBrowseLinkUrl is being used.

When following the docs :
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)
editor.config.filebrowserImageBrowseUrl does work as expected in the image plugin and is used for the browse button but after some customising of the image plugin I realised that editor.config.filebrowserImageBrowseUrl wasn't being used by the plugin itself, rather some other core 'Magic' was selecting editor.config.filebrowserImageBrowseUrl instead of filebrowserBrowseUrl (For the browse button on the image dialog not the browse button on the link tab of the image dialog.)

So here's a small patch for editor.config.filebrowserImageBrowseUrl in the image plugin's image.js file which replicates the way that config.filebrowserImageBrowseLinkUrl is used in the same plugin.
The patch starts at line 571 and the method was adapted from line 1,127 in the same file."	Bug	closed	Normal		General	3.4	invalid	invalid	
