﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10077	i am made many tabs in contents and...	Viacheslav		"i am made many tabs in contents like:
return {
		title: 'Insert Smile',
		minWidth: 400,
		width : 400,
		minHeight: 300,
		resizable:      CKEDITOR.DIALOG_RESIZE_NONE,
		
		contents: [
			{				
			id: 'Standart_tab1',
			label: 'Standart_tab1',
			title: '',
			expand: false,
			padding: 0,
			elements: [
				smileySelector
				]
		},
		{					
			id: 'Standart_tab2',
			label: 'Standart_tab2Standart_tab2Standart_tab2',
			title: '',
			expand: false,
			padding: 0,
			elements: [
				{
                            type : 'text',
                            id : 'title',
                            label : 'title label2',
                            
                        }
				]
		},					
		{				
			id: 'Standart_tab3',
			label: 'Standart_tab3Standart_tab3Standart_tab3',
			title: '',
			expand: false,
			padding: 0,
			elements: [
				{
                            type : 'text',
                            id : 'title',
                            label : 'title label2',
                            
                        }
				]
		}, e.t.s.

and i see that tabs more longer than dialog window. It is a bag? or i made somthing wrong?
help me please."	Bug	closed	Normal		General		invalid		
