﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11910	Image2 does not honor config.baseHref when trying to get image width/height	Wiktor Walc	Olek Nowodziński	"Reported in http://ckeditor.com/comment/131832#comment-131832 by Frank Müller:

 In the WYSIWIG view I can see the image, so this shows me that the editor properly combines my ""config.baseHref"" with ""images/large/10061_713.jpg"" and calls the server to get the image.

 What I found out from reading the code is, that image2 popup loads the image from the server to determine width & height of the image. What I observed is that the ""image2"" plugin seems not to use ""baseHref"" to load the image from server. I was expecting that image2 combines """"baseHref"" with the relative URL (the one I typed into the ""URL"" input field).


----

wwalc: I was able to confirm this, at least in Firefox and Chrome.

Steps to reproduce, assuming that the image is located in `/path/to/images/file.jpg`:
 * Set `config.baseHref` to `/path/to/`
 * In image dialog type URL: `images/file.jpg`
 * Press tab key so that the width/height value was calculated
 * Result in image dialog: width/height are calculated properly. 
 * Result in image2 dialog: width/height are not set at all. "	Bug	closed	Normal	CKEditor 4.4.2	General	4.3	fixed		
