﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11113	[IE] Elementspath does not display valid path for first click after selectall	Marek Lewandowski		"
since: '''4.0''' until '''major'''[[BR]]

This issue also appears in widgets content editables.

1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
2. use following source:
{{{
<p>dsadasd <a href=""http://aasd"">asdsd</a> dassd</p>
}}}
3. switch back to wysiwyg mode
4. ctrl+a (select all)
5. click once inside link text, to place caret as follows:
{{{
dsadasd as^dsd dassd
}}}

'''Expected result:'''[[BR]]
Following elementspath: {{{body p a}}}

'''Current result:'''[[BR]]
Elementspath without ''a'' element: {{{body p}}}

'''Second case:'''[[BR]]
''Steps 1-4 as in case above''
5. click once text after link, to place caret as follows:
{{{
dsadasd asdsd das^sd
}}}

... and now elementspath shows {{{body p a}}} but it should not.

additional info:[[BR]]
1. issue does not appear after first click
2. issue was not present in '''3.6.6.1''' (tested with ie10), but please, double check me here
3. present in IE9, IE10, IE11 - i didnt check ie8"	Bug	confirmed	Normal		General	4.0		IE	
