﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13324	insert link with css class using insertHtml	Michael de Graaf		"Having a css file loaded, inserting a link with a class specified in this css file using insertHtml fails with an error:

* (Dutch) Kan de eigenschap scrollIntoView van een niet-gedefinieerde verwijzing of een verwijzing naar een lege waarde niet ophalen
* (Translated) Unable to get property 'scrollIntoView' of undefined or null reference

This can be reproduced on the demo page, currently containing version 4.4.7: http://ckeditor.com/demo

In Windows 8.1, Internet Explorer 11, using the console run the following line-by-line:
{{{
#!js
CKEDITOR.instances.editor1.setData('');
CKEDITOR.instances.editor1.addContentsCss('http://foundation.zurb.com/docs/assets/css/docs.css');
CKEDITOR.instances.editor1.setMode('source');
CKEDITOR.instances.editor1.setMode('wysiwyg');
CKEDITOR.instances.editor1.insertHtml('<a href=""http://www.ckeditor.com"" class=""button"">CKEditor</a>','unfiltered_html')
}}}
"	Bug	closed	Normal		General		duplicate		
