[richfaces-svn-commits] JBoss Rich Faces SVN: r6268 - trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 21 12:13:44 EST 2008


Author: vmolotkov
Date: 2008-02-21 12:13:44 -0500 (Thu, 21 Feb 2008)
New Revision: 6268

Modified:
   trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
component's corrected

Modified: trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
--- trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js	2008-02-21 17:11:07 UTC (rev 6267)
+++ trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js	2008-02-21 17:13:44 UTC (rev 6268)
@@ -73,6 +73,14 @@
 		}
 	},
 	
+	inputProcessing : function($super) {
+		if (this.comboList.activeItem) {
+			var userValue = this.comboList.activeItem.innerHTML;
+			this.tempValueKeeper.value = userValue;
+		}
+		$super();
+	},
+	
 	deleteViewArtifacts : function () {
 		var text = this.inplaceInput.childNodes[6];
 		if (text) {




More information about the richfaces-svn-commits mailing list