﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13916	[IE9] tests/core/selection/fake test is not passing on IE9 when console window is opened.	Szymon Kupś		"Run: http://test.ckedtior.dev:1030/tests/core/selection/fake
Test `Fake-selection bookmark mark as not faked when no enclosed node found. (#13280)` is not passing when console window is opened.

This is caused (probably) by this code:
{{{
if ( window.console ) {
	// Override to avoid logging the CKE's warning about selection not being fake any more,
	// so the console stays clean when the test passes.
	var consoleLogSpy = sinon.stub( window.console, 'log' );
}
}}}
When console is opened we try to stub console.log method but sinon library fails on native IE9 implementation and throws an error `Attempted to wrap object property log as function`. Same problem was solved in `tests/core/log.js`.

"	Bug	new	Normal	CKEditor 4.5.6	General	4.5.4		IE9	
