﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3267	Exception in selection plugin when loading hidden editor	Josh Nisly		"If CKEditor is loaded in a hidden element, getRanges() in the selection plugin throws a JavaScript exception, since getNative returns null, and the return value isn't checked. Adding 
{{{
if (sel === null)
   return [];
}}}
on line 447 of selection/plugin.js fixes the problem for me.

This problem can be duplicated in replace-by-class by adding ""display: none"" to the containing <p> element's style."	Bug	closed	Normal	CKEditor 3.0	General	3.0 Beta	fixed	Confirmed Review+	
