﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11701	Richcombo seems to break on html entities in values	spuymore		"* configure an editor with latest strinsert addon from https://github.com/57u/custom-dropdown-ckeditor4/commit/32bb75a5fc5129722ddd32637e8639be2735cbb5 (http://ckeditor.com/addon/strinsert is not up to date) using following settings: 
   {{{
config.extraPlugins = 'strinsert';
config.strinsert_strings = [{'name': 'test', 'value': 'html entities like &lt;, &gt and &amp; wont work'}];
   }}}
* open the editor, select 'test' from the 'Insert' dropdown in the toolbar and you'll get a JavaScript error like:
  * Chrome:
    {{{
Uncaught TypeError: Cannot call method 'hasClass' of null ckeditor.js:746
Uncaught TypeError: Cannot call method 'hasClass' of null ckeditor.js:746
CKEDITOR.ui.listBlock.CKEDITOR.tools.createClass.proto.isMarked ckeditor.js:746
CKEDITOR.ui.listBlock.CKEDITOR.tools.createClass.proto.toggle ckeditor.js:744
(anonymous function) ckeditor.js:742
(anonymous function) ckeditor.js:27
CKEDITOR.tools.callFunction ckeditor.js:27
onclick
    }}}
  * IE:
    {{{
Error: Unable to get property 'hasClass' of undefined or null reference
    }}}"	Bug	new	Normal		General	4.3.3			
