﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5902	paste and pastetext dialogs can not be skinned easily.	Joe Kavanagh	Tobiasz Cudnik	"The paste and pastetext dialogs are built using HTML UI elements. The HTML contains hard-coded style attribute values, as the following code from the pastetext dialog shows:

{{{
{
type : 'html',
id : 'content',
style : 'width:340px;height:170px',
html :
	'<textarea style=""' +
		'width:346px;' +
		'height:170px;' +
		'resize: none;' +
		'direction:' + editor.config.contentsLangDirection + ';' +
		'border:1px solid black;' +
		'background-color:white"">' +
	'</textarea>',
}}}


As with the image and flash dialogs, can the tags in the HTML content be given an id attribute, and the style moved out to the skin's dialog.css. Only dynamic styles should remain."	Bug	closed	Normal	CKEditor 3.4	UI : Dialogs	SVN (CKEditor) - OLD	fixed	IBM Confirmed Review+	damo satya
