When using the ImageManagerDialog (I also have a custom FileContentProvider) either from within Editor or standalone, the return value of src includes the http://server at the beginning, exactly like the href return value. I expected it to be the url from the FileBrowser which is also the save as the value or src within the outerHTML return value.
Is this the expected behaviour?
ex:
href = http://localhost/Handler.ashx?path=images/foo.jpg
outerHTML = <IMG style="WIDTH: 120px; HEIGHT: 90px" src="/Handler.ashx?path=images/foo.jpg">
src = http://localhost/Handler.ashx?path=images/foo.jpg
shouldn't src = /Handler.ashx?path=images/foo.jpg
Thanks.
Is this the expected behaviour?
ex:
href = http://localhost/Handler.ashx?path=images/foo.jpg
outerHTML = <IMG style="WIDTH: 120px; HEIGHT: 90px" src="/Handler.ashx?path=images/foo.jpg">
src = http://localhost/Handler.ashx?path=images/foo.jpg
shouldn't src = /Handler.ashx?path=images/foo.jpg
Thanks.
