﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8068	Issue with pasting subscript	Krzysztof Studnik		"I have found some strange behaviour while pasting text marked as {{{<sub>}}}, under IE's
=== TC ===
 - open editor
 - Enter some text
 - enable Subscript and enter some text
 - select and copy text with subscript enabled
 - press right cursor key or ""End"" on keyboard
 - paste text
 - press ""End"" again and paste
=== Actual ===
Under IE8 quirks:
{{{
<p>
	test<sub>test<sub><font size=""1"">test<sub><font size=""1"">test<sub><font size=""1"">test<sub><font size=""1"">test</font></sub></font></sub></font></sub></font></sub></sub></p>
}}}
Under IE6/7
{{{
<p>
	test<sub>test<sub>test<sub>test</sub></sub></sub></p>
}}}
Under Opera
{{{
<p>
	test<sub>test</sub><sub>test</sub><sub>test</sub><sub>test</sub></p>
}}}
=== Expected ===
Cursor keys should not influence pasting, and pasted subscript should be in one line, as in Opera. Perhaps additional {{{</sub><sub>}}} should also be removed?
"	Bug	confirmed	Normal		Core : Pasting	3.1			
