﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4970	IE selection produces incorrect range when clicking to the right of a <br />	Scott McNaught		"Hello,

The following HTML, with a collapsed selection currently located at ""]["", will produce an incorrect range in IE.  I am quite confident the problem lies in selection/getBoundaryInformation().

HTML:
<p>Line 1][<br />
Line 2</p>

The range produced will show the position at:
<p>Line 1<br />
][Line 2</p>

A simple test case would be to call Range::insertNode() with a simple text node with the caret at the above position.

var pNode = new CKEDITOR.dom.node(pRange.document.$.createTextNode('a'));
pRange.insertNode(pNode);

I have screencasted this issue to fredck."	Bug	closed	Must have (possibly next milestone)		General	SVN (CKEditor) - OLD	duplicate		
