﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14787	Permission denied to access property 'nodeType'	ramya		"== Steps to reproduce ==

1. Just started using ckeditor and got a little problem. On a button click outside the editor a tag is generated and then inserted into the ckeditor using the following code:
CKEDITOR.instances['pageContent'].insertHtml('<cke:video id=""video-' + i + '"" class=""video"" src=""' + $(this).siblings('.mediaName').text() + '"">Video</cke:video>');
2. The above works fine. The tag is inserted into the editor and it shows the text ""Video"" in the wysiwyg view. When you click source it shows the tag code as shown below. 
<video class=""video"" id=""video-29"" src=""/link/to/file.flv"">Video</video>
3. Then when you start to click around video element in the editor adding more content the console throws the error:
Permission denied to access property 'nodeType'

== Expected result ==

== Actual result ==

== Other details (browser, OS, CKEditor version, installed plugins) == Im using Firefox 44.0b1, Windows 7 Enterprise , CK Editor 4.0
"	Bug	closed	Normal		UI : Toolbar		duplicate		ramya.bojanala@…
