Index: /CKEditor/trunk/_source/plugins/uicolor/dialogs/uicolor.js
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/dialogs/uicolor.js	(revision 3964)
+++ /CKEditor/trunk/_source/plugins/uicolor/dialogs/uicolor.js	(revision 3965)
@@ -14,5 +14,5 @@
 		// Convert HEX representation to RGB, stripping # char.
 		if ( /^#/.test( color ) )
-			color = YAHOO.util.Color.hex2rgb( color.substr( 1 ) );
+			color = window.YAHOO.util.Color.hex2rgb( color.substr( 1 ) );
 		picker.setValue( color, true );
 		// Refresh picker UI.
@@ -43,5 +43,5 @@
 
 			// Create new color picker widget.
-			picker = new YAHOO.widget.ColorPicker( "cke_uicolor_picker",
+			picker = new window.YAHOO.widget.ColorPicker( "cke_uicolor_picker",
 				{
 					showhsvcontrols : true,
