﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10910	Clicking and/or typing in editing area throws a javascript error	Eric Belair	Piotrek Koszuliński	"Very basic HTML:

{{{
<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN"">
<html>
<head>
    <meta http-equiv=""content-type"" content=""text/html; charset=iso-8859-1"" />
    <title>My Page</title>
    <script type=""text/javascript"" src=""http://code.jquery.com/jquery-1.7.2.min.js""></script>
    <script
        type=""text/javascript""
        src=""/assets/js/ckeditor_4.2.1_full/ckeditor.js""></script>
    <script type=""text/javascript"">
        $(function(){
            CKEDITOR.replace('my_text');
        });
    </script>
</head>
<body>
    <form method=""post"">
        <textarea name=""my_text"">dfagasdf sdf<br /><br />dasf asdf</textarea>
    </form>
</body>
</html>
}}}

Frequently when clicking and/or typing into the editing area, the following javascript errors are thrown in IE9, sometimes causing the editor to stop working:

'''''SCRIPT5007: Unable to get value of the property 'getSelection': object is null or undefined 
ckeditor.js, line 350 character 120'''''"	Bug	closed	Normal	CKEditor 4.2.2	General		fixed		
