﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10085	Plugin divarea causes baseHref not working	Dave Jackson		"This worked fine in 4.0. I've only tried it with the minified ckeditor.js, so it's possible it might be a bug in that.

Please look into this as the use of baseHref is critical for my client's application.

Thanks.

----
**Edit:**[[BR]]
*Problem can be reporduced from CKEditor 4.0.1 [[BR]]
*To reproduce open attached ckeditor-bug package and test 4.0.1 sample page. It turns out that when divarea is used baseHref doesn't work.[[BR]]
Remove the plugin and it works again:
{{{
 $(document).ready(function() {
        $('#make-editor').click(function(){
            CKEDITOR.replace('testeditor', {
		removePlugins : 'divarea'
		});
        });
});
}}}
**Please see [comment:3 comment:3] for detailed TC**
"	Bug	confirmed	Normal		General	4.0.1			
