﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9038	IE: error when selecting contents with SHIFT+Arrow	Jakub Ś		"To reproduce:
1. Clear editor contents
2. Write a letter
3. Press ENTER twice
4. Write a letter again
5. Activate 'source view' and go back (**without this there will be no script error**)
6. Place the cursor on top-left position - before first letter - at the beginning of editor content area.
7. Press SHIFT+'arrow down' twice

Result: JavaScript error is thrown.[[BR]]
Ticket has been reproducible in IE8 and IE9 from CKEditor 3.5.1

The error comes from the core\dom\node.js from the getPosition function where the this.$ is undefined. Seems that this object has nothing to do with the underlying DOM object.


**NOTES:** [[BR]]
From CKEditor 3.5.1 till 3.6.3 the error was [[BR]]
Message: 'length' is null or not an object [[BR]]
Line: 632 [[BR]]
URI: /3.6.3/ckeditor/_source/plugins/selection/plugin.js[[BR]]

**From CKEditor 3.6.3 rev. [7415] the error has changed:**
Message: 'compareDocumentPosition' is null or not an object [[BR]]
Line: 430 [[BR]]
URI: /3.6.3/ckeditor/_source/core/dom/node.js[[BR]]
"	Bug	confirmed	Normal		General	3.5.1		IE8 IE9	
