﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14614	Whitespace is removed when pasting content in visual mode	John Whitlock		"This behavior changed between v4.5.4 and v4.5.7.  In v4.5.4, if you pasted content with whitespace, the whitespace was preserved. In v4.5.7, the whitespace is trimmed. It appears on the current demo page as well.

== Steps to reproduce ==

1. Open http://ckeditor.com/demo
2. Switch to Source mode
3. Add a fixed width section, like:
{{{
<pre>
  |\_/|
 / @ @ \
( > º < )
 `>>x<<´
 /  O  \
</pre>
}}}
4. Switch back to WYSIWYG mode
5. Copy the ASCII art
6. Paste it.  Consecutive whitespace is removed.
7. Switch back to Source mode. Paste. Whitespace is retained  

== Expected result ==
In either visual or source mode, the whitespace is retained.

== Actual result ==
Whitespace is only retained in source mode.

== Other details (browser, OS, CKEditor version, installed plugins) ==
Also reproduces on developer.mozilla.org, using CKEditor v4.5.7. and plugins:

dialogui, dialog, a11yhelp, autogrow, basicstyles, bidi, blockquote, clipboard, panel, floatpanel, menu, contextmenu, dialogadvtab, elementspath, enterkey, entities, find, htmlwriter, image, indent, indentlist, button, menubutton, language, fakeobjects, link, list, liststyle, magicline, maximize, pastefromword, pastetext, removeformat, resize, scayt, sharedspace, showblocks, showborders, sourcearea, listblock, richcombo, stylescombo, tab, table, tabletools, toolbar, undo, wsc, wysiwygarea, mdn-attachment, mdn-format, mdn-sticky-toolbar, mdn-image-attachment, mdn-link-customization, mdn-link-launch, mdn-redirect, mdn-sample-finder, mdn-sampler, mdn-spell, mdn-syntaxhighlighter, mdn-system-integration, mdn-table-customization, mdn-toggle-block, mdn-wrapstyle, mdn-youtube, descriptionlist, tablesort, texzilla"	Bug	confirmed	Normal		Core : Pasting	4.5.0		Blink Webkit Firefox	
