﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12482	Uncaught TypeError: Cannot read property 'clearCustomData' of null in Chrome	Jeff Steil		"After opening an instance of ckeditor in an ajax rendered window, the next time it opens I want to destroy the existing instance but in Chrome it is throwing an exception - ""Cannot read property 'clearCustomData' of null in Chrome"".  I was able to fix this in the minified version of ckeditor.js by adding the if logic I detailed here: http://stackoverflow.com/questions/25034150/ck-editor-uncaught-typeerror-cannot-read-property-clearcustomdata-of-null-i/26022306#26022306

Basically clearCustomData is being called an object that is null, I just added if statements to check if the object exists before calling clearCustomData."	Bug	closed	Normal		General		expired		
