﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11763	Incorect anchor targeting for pages with canonical path not same as base path.	macik		"Bug related to «Link» plugin code and it's appearance.

Use CKeditor in some CMS, where pages had canonical path differ from base path of page. In these cases anchor links (#anchor) set in editor points to wrong page and cause 404 error.

As example (part of page code): 
{{{
<base href=""http://site.com/somepath/"" />
<link rel=""canonical"" href=""http://site.com/somepath/news/page"">
}}}

Trying to set up some #test anchor on such page I get anchor directs to incorrect «site.com/somepath/#test» rather than correct «site.com/somepath/news/page#test».

So I must manually type full link address (news/page#test) to get working one anchor.

"	Bug	closed	Normal		General		invalid		
