﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11925	Calling getUniqueId on a container fails in IE8	Chema		"Calling getUniqueId method on elements seems to be failing in IE8

'''Steps to reproduce:'''

1. Navigate to http://www.ckeditor.com/demo in IE8
2. Open dev tools
3. Type the following sequence:
{{{
editor = CKEDITOR.instances.editor1
container = editor.getSelection().getRanges()[0].startContainer
container.getUniqueId()
}}}

'''Result:'''
An ''Object doesn't support this property or method'' error is thrown.

'''Expected:'''
No error to be thrown and the element unique id to be returned"	Bug	closed	Normal		General		wontfix		
