﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4664	config.baseHref not used in WYSIWYG area	Elbert F		"It took me a while to figure out why images were broken when editing a page even though config.baseHref was set to the correct path (I'm using one editor to edit pages in different directories and change the baseHref value dynamically).

I fixed it by changing /plugins/wysiwygarea/plugin.js (around line 559), from:

data =

editor.config.docType +

'<html dir=""' + editor.config.contentsLangDirection + '"">' +

'<head>' +


To:

data =

editor.config.docType +

'<html dir=""' + editor.config.contentsLangDirection + '"">' +

'<base href=""'+ editor.config.baseHref + '""/>' +

'<head>' +


Please let me know if there is a better way of doing this but this fixed the issue for me."	Bug	closed	Normal		General	3.0.1	duplicate		
