﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12312	[FF] An extra BR added to the elementspath	Marek Lewandowski		"When we'll make a selection of an ""end of line"" (ofc it's not really an EOL) elements path will report an extra BR, which is not a part of end-user content, but seems to be a part of our internals.

1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
2. use following source
{{{
<p>foo</p>
<p>bar</p>
<p>baz</p>
}}}
3. switch back to wysiwyg mode
4. place caret at the begining of second line {{{^bar}}}
5. expand selection to one character left ( {{{shift + left arrow}}} )

'''Expected result:'''[[BR]]
Elements path should have following members: {{{body p}}}

'''Current result:'''[[BR]]
Elements path contains an extra {{{br}}}: {{{body p br}}}"	Bug	confirmed	Normal		General	3.5.1			
