﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16821	Extraneous spans with height style stacked when pasting from Word	Tade0	Tade0	"When encountering an element that has multiple styles the PFW plugin creates a stack of `span` elements each having one of these styles.

This way this:
{{{
<span style=""font-size: 50px; color: red; font-weight: bold"">Test</span>
}}}

Becomes this:
{{{
<span style=""font-size: 50px"">
  <span style=""color: red"">
    <span style=""font-weight: bold"">Test</span>
  </span>
</span>
}}}

Some styles should not be stacked though - one of them is the `height` style.

Problem is - this happens."	Bug	closed	Nice to have (we want to work on it)	CKEditor 4.7.0	Plugin : Paste from Word	4.7.0	fixed		
