﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10713	"Capitalization of ""true"" in contenteditable makes CKEditor to not load."	francisco	Olek Nowodziński	"'''Steps to reproduce'''. In a normal, working installation put this code:
{{{
<div contenteditable = ""true""></div>
}}}

and CKEditor will load. In the same installation, changing only that line to this:

{{{
<div contenteditable = ""TRUE""></div>
}}}

Will make it not to load. This is not desirable since, in the second case, the HTML is still parsed correctly so you get an editable div without CKEditor.

'''Browser and OS''' (irrelevant?):
Firefox 22.0 on Ubuntu 13.04
Chromium 28.0 on Ubuntu 13.04

'''Test case'''. Just write this code, load the page and see how they load differently: 
{{{
<div contenteditable = ""TRUE"">
  Error! In this div the CKEditor won't load
</div><br>
<div contenteditable = ""true"">
  Success! In this div the CKEditor will load
</div>
}}}"	Bug	closed	Normal		General	4.2	wontfix		
