﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13064	getById() dont work wint anchors	Denis		"I want move cursor to anchors from script. To do this, need select anchor by getById. But getById for anchors always null. Maybe because the anchor fake element?[[BR]]

For reproduce:[[BR]]

1) Go to http://ckeditor.com/demo[[BR]]

2) In browser console run: [[BR]]

{{{
console.log(CKEDITOR.instances['editor1'].document.getById('quotes'))
}}}

3) Got null, but in source we have: 
{{{
<h2>Broadcasting and <em>quotes</em> <a id=""quotes"" name=""quotes""></a></h2>
}}}

How to move cursor an anchor?"	Bug	closed	Normal		General		invalid		
