﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14253	Splits <a> and <span> tags	Viresh Shah		"I'm using Drupal CKEditor module which uses CKEditor v4.4.3. Consider below markup I'm using in ckeditor. You can see in action: http://screencast.com/t/hsbU2jUN

<p><span>My Span</span><a href=""/hello-world"">Hello World</a></p>

Once you toogle the editor view, it splits <a> tag to like <a href=""/hello-world"">Hello</a><a href=""/hello-world""> World</a> and <span> to <span>My </span><span>Span</span>. So final markup becomes:

<p><span>My </span><span>Span</span><a href=""/hello-world"">Hello</a><a href=""/hello-world""> World</a></p>.

However, if you put space between closing span and beginning a tag, then it works fine. I also tired disabling advance content filter in CKEditor settings but it didn't help.

Any help would be highly appreciated."	Bug	closed	Normal		General		invalid		vireshshah@…
