﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8099	RichCombo without css shows nothing	davh@…		"  editor.ui.addRichCombo(""blabla"", {
   label: ""blabla"",
   className: 'cke_asd',
   panel:
      {
       multiSelect: false,
       attributes: { 'aria-label': this.members.LanguagesTitleId }
      },
   init: function() {
    this.add(""abc"", ""def"", ""hig"");
   }}

Shows nothing in the dropdown...

Add

        css: editor.skin.editor.css.concat(editor.config.contentsCss),

To the panel, and it works fine."	Bug	closed	Normal		UI : Floating Panel	3.0	fixed		
