﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12649	FF makes wrong selection of text	BM Bulgaria		"Let's have the following HTML:

{{{
<div>111<br></div>
<div>222 <br></div>
}}}


This we receive as we use divs for paragraphs and using magicline after 111. After 222 we have whitespace, it is not &nbsp; for FF.
We select 222 (only 2s without the interval behind) and copy (CTRL+C) and then in the clipboard we have '222 '.

'''Steps to reproduce on the demo:'''
1. Place the following HTML on empty CK area with firebug. Using source button in the demo clears the divs, so use firebug.
2. Select the 222 text without the interval and make CTRL+C.
3. Place the cursor among 111 and CTRL+V. The result is 1222 11.

The bug reproduces for the most of the cases, rarely it will work correct, even though on the demo we did not faced correct behaviour."	Bug	confirmed	Normal		Core : Selection	3.0		Firefox	
