﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10900	SCRIPT5007: Unable to get value of the property 'getSelection': object is null or undefined	Eric Belair		"I am getting the above error randomly when clicking in the text area and/or typing in the text area.

Console in IE9 states that it is occurring on line 348 character 18, which brings me to:

{{{
f=e.defaultView.getSelection()
}}}

I am including the necessary files:

{{{
        <script src=""/spellchecker/spell.js"" type=""text/javascript""></script>
        <script
            type=""text/javascript""
            src=""/assets/js/ckeditor_4.1.2/ckeditor.js""></script>
}}}

Here is my initialization script:

{{{
                CKEDITOR.replace('message', {
                    customConfig: '/assets/js/ckeditor_4.1.2/custom/config.js',
                    extraPlugins : 'foundeospellchecker'
                });
}}}"	Bug	closed	Normal		UI : Toolbar		duplicate		
