﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10044	CKEditor 4 textarea replace - Toolbar increase the textarea width	Roy Shoa		"I have a textarea that i replace to a CKEditor 4.1 instance using the ""moono"" skin. The problem is that even when i configure the CKEditor instance to be 100% its toolbar increase my width depend on the its buttons amount.

From my research i understand that its happen because the in the ""moono"" skin ""editor.css"" file there is a ""white-space:nowrap;"" on all the element and this definition is preventing the "".cke_toolbar"" object to go into a new line even if are floating.

Notes:
   * The problem exist only if the parent object is a table object and this is why it can increase its width.
   * The default CKEditor width is 100% and when its say to the editor to get the parent pbject width so in my case i do not need to set a width to the editor (or i can set 100%) and it need to get the parent width.
   * For proving that the problem is from the toolbar you can cancel the javascript note lines in the SJFiddle project and see that the editor get the correct width.
   * In my case i can not use a new line on the toolbar because the textarea width is depend on the user.

[http://jsfiddle.net/royshoa/9c2Xp/2/]"	Bug	closed	Normal		General	4.0.1	duplicate		
