﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10359	[Webkit] Extra &nbsp; and inline styles when copying and pasting aligned text	Olek Nowodziński		"Follow the cases below. Set initial data on the editor, then C-a, C-c, C-v and get data.

* Tested in latest Chrome (26.0.1410.63), Webkit 537.31
* Note that ``&nbsp;``s are displayed always regardless of the alignment.
* Related ticket: #9998

== replacebycode (extra &nbsp;, inline style on `<a>`)
Initial data:
{{{
<p style=""text-align:right"">This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>
}}}

After copy and paste:
{{{
<p style=""text-align:right"">This is some&nbsp;<strong>sample&nbsp;text</strong>. You are using&nbsp;<a href=""http://ckeditor.com/"" style=""text-align: right;"">CKEditor</a>.</p>
}}}

== outputhtml (extra &nbsp;)
Initial data:
{{{
<p align=""right"">This is some <b>sample text</b>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>
}}}

After copy and paste:
{{{
<p align=""right"">This is some&nbsp;<b>sample text</b>. You are using&nbsp;<a href=""http://ckeditor.com/"">CKEditor</a>.</p>
}}}"	Bug	confirmed	Normal		Core : Pasting	3.0		Webkit VendorFix	
