﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14502	baseHref setting not used for loading resources in Сombo panels	macik		"== Steps to reproduce ==

1. set `CKEDITOR.config.baseHref`to root of `www.site.com` (for example)
2. set `CKEDITOR.config.contentsCss` to point to some subfolder css — `theme/test.css`
3. open editor from some subfolder page — www.site.com/pages/myeditor.html

== Expected result ==

1. Expect <base href=""https://www.site.com/""> to be added in main iframe of editor
2. Expect <base href=""https://www.site.com/""> to addition iframes created for Combo boxes like «Styles» and  «Formats» select

== Actual result ==
1. it's OK — we get base for main editor iframe
2. it's fails as Combobox iframes have not base href, and style files paths expand to `pages/theme/test.css` and not to root `theme/test.css` so it's not found with 404 error.

== Other details (browser, OS, CKEditor version, installed plugins) ==

This bug is located in Chrome browser (latest) on Windows7x64.

This bug is not revealed in Firefox as it treats all iframe loaded resources base relative to site root."	Bug	confirmed	Normal		General	4.0			
